mongodb - The Current State of Mongo DB 2013 -


i've been using mongodb (via mongolab) of web app development , have been loving it's ease of use , integration angularjs. however, lot of people work @ 1 time evangelists of mongodb starting away. 1 of sysadmins said, "don't use mongo, backing away it...mainly because can never data writes disk".

i found major bummer. since have checked out couchdb find cool. still uses json, , provides gui (futon) , basic cli. puzzles me because mongo seemingly has robust following, user base, , community. before start developing , migrating projects mongo couch wanted pulse of dev using idea if fud or actual concern.

don't use mongo, backing away it...mainly because can never data writes disk

hmm, jounalled acked writes?

it still uses json

json ain't great, bson higher level version of json more representative notation allowing storing , representation of objects json cannot.

and provides gui (futon) , basic cli.

there basic cli , can get, oh-so-many, guis mongodb if that's floats boat.

before start developing , migrating projects mongo couch wanted pulse of dev using idea if fud or actual concern.

one note, found when used couchdb, find uses lot more space maintaining not json versioning mechanism has in place. not map reduce not mongodbs aggregation framework (frankly).

i should stress, however, used small amount before ditched it.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -