Don't know much about it, but doesn't seem targeted at applications heavy with numerical data? The JSON focus should go well with Javascript GUIs, I guess.
"MongoDB is designed for problems without heavy transactional requirements that aren't easily solved by traditional RDBMSs, including problems that require databases to span many servers. Like other document-oriented database systems such as CouchDB, MongoDB is not a relational database management system. The database manages collections of JSON-like documents that are stored in a binary format referred to as BSON." http://en.wikipedia.org/wiki/MongoDB On Thu, May 20, 2010 at 8:00 PM, Ngoc Thanh Nguyen <[email protected]> wrote: > That sounds interesting. No database, no table, or hibernate mapping. Fast > query, high performance. What we want more? > > http://www.mongodb.org/display/DOCS/Java+Tutorial > > Anyone have ideas about this? > > Thanh > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-devs > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.launchpad.net/ListHelp > > -- Cheers, Knut Staring _______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

