mongoDB

MongoDB is a database management system based on the NoSQL model.

In the case of this database, the data is stored in the form of JSON documents, which has the advantage of easier integration with the application and the possibility of adjusting the data structure in a way that suits it best.

It has, among other things, a powerful query system, the ability to replicate the database between clusters, and an advanced automated backup system.

MongoDb drivers are available for the most popular programming languages, including C, C++, JavaScript, Python or Java.

More info:

liviere.studio