MongoDB is a NoSQL database that stores data in document form. It uses a language of its own, called BSON, for the purpose, which is quite similar to JSON in character. It also uses collections instead of tables and documents instead of rows while key value pairs work as the basic units for the database.
