What I meant was interpreted correctly by dschobel. I agree that Erlang is more appropriate for the case, however, being MongoDB an open-source project, I believe MongoDB will develop faster because more people will be…
JSON is just a notation to structure information, not a query language. MongoDB uses JSON documents as specification for queries. Eg: The expression db.People.find({ name: Fred }); could be translated to the SQL: SELECT…
What I meant was interpreted correctly by dschobel. I agree that Erlang is more appropriate for the case, however, being MongoDB an open-source project, I believe MongoDB will develop faster because more people will be…
JSON is just a notation to structure information, not a query language. MongoDB uses JSON documents as specification for queries. Eg: The expression db.People.find({ name: Fred }); could be translated to the SQL: SELECT…