#885 pure Fantom MongoDB client

liamstask Fri 25 Dec 2009

Hiya - I got my little MongoDB client project to a point where it might be interesting for others to check out. It's still pretty rudimentary, but the core functionality seems to be in pretty good shape. I'll be continuing to work on it over the next little bit, and plan to explore integrating it into some of the new Fantom webmod goodies.

hg repo and project page are up at http://bitbucket.org/liamstask/fantomongo

Comments/feedback/bug reports/whatever most definitely appreciated!

brian Sat 26 Dec 2009

Very cool - we should get them to add your project to the MongoDb list of supported langauges

liamstask Mon 28 Dec 2009

Announced it on their mailing list and they added it - http://www.mongodb.org/display/DOCS/Drivers

ivan Mon 28 Dec 2009

Great! I briefly looked at the code, but not yet tested. Few months ago I've been working on pure Fantom CouchDB client. Probably it would be great to extract some common functionality for document-oriented databases so client code can easily switch between these dbs (or at least they should have similar API). After New Year holidays I'll prepare my code for sharing

Login or Signup to reply.