Friday, October 17, 2014

Setting Up MongoDB environment and performing CRUDQ operations

As I am using Windows 7 machine so in this post I am describing how to setup mongoDb on win 7 machine.

To verify the version of you windows open the command prompt and use following command

C:\>wmic os get osarchitecture

Friday, October 3, 2014

Getting started with MongoDB

Overview
MongoDb is a cross platform document oriented database system.It is classified as NoSql database. It implements the traditional table based database in JSON like structure with dynamic schema named as BSON. That makes the integration of data in certain type of applications easier and faster.
MongoDb is most popular NoSql Database that is opted by huge and well know organisations as back-end for their applications.