If you want to use specialised things like CouchDB or LevelDB - you need to know how it works and why you choose it.
On Friday, August 30, 2013 11:30:47 PM UTC+4, Alexey Petrushin wrote: > > MongoDB similar to traditional RDBMS in terms that it's also an universal > database applicable to lots of use cases. > > CouchDB has some unique features, but, it's a specialised database, it may > be a good fit for some special use cases, but it's not universal DB, and > it's not a good fit for general web app. > > LevelDB - also specialised and high performant low-level DB, not for > general usage. > > On Wednesday, August 28, 2013 5:35:40 PM UTC+4, Dylan Hassinger wrote: >> >> Hi everybody - I am a Node newb building my first app, and trying to >> figure out which database system to use. Can anybody shed some light on >> what the major differences are between Mongo, Couch and LevelDB - and when >> is the right time to to use them? >> >> Specifically, is the syntax similar between them / is it easy to switch >> after-the-fact? >> >> Also wondering if anybody has suggestions for hosted >> database-as-a-service options? I've heard good things about MongoHQ, but >> not sure if there's hosted options for Couch or LevelDB. Thanks for any >> help!! >> >> dylan >> > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
