Document-oriented databases store data in collections of documents rather than tables with a predefined schema. MongoDB is an open-source, document-oriented database that is easy to install and use. It supports many programming languages and operating systems. Documents in MongoDB can have unique field sets and storing non-normalized data can provide faster speeds than relational databases for heavy use cases.