MongoDB is a cross-platform document-oriented database that uses JSON-like documents with dynamic schemas. It is classified as a NoSQL database and was developed by MongoDB Inc. in 2007. MongoDB eschews the traditional table-based relational database structure in favor of documents, making integration of certain types of data easier and faster. It provides features like ad-hoc queries, indexing, replication, load balancing and sharding. MongoDB is free and open source and is used by many large companies.