Menu
← CI/CD Tools Universe - Database management tools

MongoDB

MongoDB is an open-source, non-relational (NoSQL) distributed database written in C++. It is document-based, which means that it stores data in rich JSON documents. The advantages of MongoDB, and of NoSQL in general are its dynamic schema, scalability, manageability, speed, and flexibility. It is a strong choice for businesses that are experiencing rapid growth, and is often applied for Node.js projects as well.