MongoDB is a cross-platform document-oriented database that provides high performance, high availability, and easy scalability. It uses a document-based data model where data is stored in JSON-like documents within collections, instead of using tables with rows as in relational databases. MongoDB can be scaled horizontally and supports replication and sharding. It also supports dynamic queries on documents using a document-based query language.