MongoDB is a document-oriented NoSQL database used for high volume data storage. It is a database that came into light around the mid-2000s and falls under the category of a NoSQL database. MongoDB uses a document model where data is stored in documents that can vary in structure and size, unlike traditional relational databases that enforce schema uniformity.