MongoDB is one of the most used, open-source document database, and NoSQL database. MongoDB is developed by 10gen. It is written in c++ and it is a document-oriented database. It uses BSON format.
NoSQL: no relational db
Based on Binary JSON -> BSON'
Organized in Group of Documents -> Collections
Auto-Sharding in order to scale horizontally
Simple Query Language
