MongoDB
MongoDB is a document-oriented NoSQL database designed for scalability and developer productivity. It stores data in flexible, JSON-like documents called BSON within collections, allowing documents in the same collection to have different fields and structures.
Core features include a rich query language with indexing, including compound and geospatial indexes, an aggregation
Data modeling in MongoDB centers on documents with a unique _id field. Relationships can be modeled by
Clients access MongoDB through official drivers for many programming languages and through tools such as the
History and licensing: MongoDB originated in 2009 (initially under 10gen) as an open-source project. The server
Use cases include content management, real-time analytics, mobile and web applications, catalogs, and Internet of Things