This document provides an overview of MongoDB including:
- What MongoDB is and why it is used as a NoSQL database with advantages like speed, scalability and support for agile development.
- Key differences between SQL and NoSQL databases, with MongoDB being a document-based NoSQL database.
- Explanations of schema-free data structures in MongoDB and use of JSON/BSON formats.
- A brief overview of how MongoDB works and installation/demo.