Embed presentation
























MongoDB is an open source document-oriented database that uses a flexible document data model. It stores data in flexible, JSON-like documents with optional schemas, and allows dynamic queries against documents. Like other NoSQL databases, MongoDB supports dynamic schema design and is horizontally scalable by adding more servers.























