MongoDB

MongoDB is a document-based database management system that does not require a table schema description. It is considered one of the classic examples of NoSQL systems, uses JSON-like documents and a database schema. It is used in web development, in particular, within the JavaScript-oriented MEAN stack.

https://www.mongodb.com

Contact us