In this example we will try to understand what is MongoDb and explain the basic operations in the NoSql Database. 1. Introduction MongoDb is a highly scalable, Document based NoSQL Database written in C++. Document based NoSQL databases work on map-like concept of KEY VALUE pairs. The key being uniquely identifiable property like a String, ...