- MongoDB is a schema-free document database that stores data in BSON format.
- It aims to bridge the gap between relational and non-relational databases by providing scalability and flexibility similar to non-relational databases while also supporting richer queries than typical key-value stores.
- MongoDB installations involve downloading the MongoDB software, setting up a data directory, starting the MongoDB process, and connecting to it using the mongo shell for basic CRUD operations on databases and collections of documents.