I’m hearing a lot of “NoSQL” these days. To really understand how (and) does it works, I decided to give a try on MongoDB. MongoDB (humongous) is an open source, scalable, high-performance, schema-free, document-oriented database written in the C++ programming language. MongoDB is not a Relational Database Management System. The database manages collections of JSON […]
The post In the world of NoSQL-Hands on Mongodb-1 first appeared on ..::CHANGE is INEVITABLE::...