This document summarizes MongoDB, an open-source document database and leading NoSQL database. It was founded in 2007 and is used for building highly available, distributed systems at scale. MongoDB stores data in flexible, JSON-like documents, enabling scaling horizontally and having high performance. It provides rich query APIs, secondary indexing, replication and sharding.