MongoDB

MongoDB is a document-oriented NoSQL database used for high volume data storage. Instead of using tables and rows as in the traditional relational databases, MongoDB is built on an architecture of collections and documents. It’s like using a filing system that stores all data on a particular topic together in a single folder rather than spreading it across different folders.

Was this article helpful?

Related Articles