MongoDB is a document-oriented, schema-free, scalable, high-performance, open-source database that bridges the gap between key-value stores and traditional relational databases. MongoDB uses a document-oriented data model where data is stored in documents that map to programming language data types, which reduces the need for joins. It provides high performance through an absence of joins and support for indexing of embedded documents and arrays.