MongoDB is a document-oriented database that stores data in JSON-like documents. It features high performance, high availability, easy scalability, and a rich query language. Data is stored in flexible, schema-less documents which reduces the need for joins. MongoDB uses replication and automatic sharding for high availability and easy scalability.