MongoDB
MongoDB is a document database, which means it stores data in JSON-like documents.
In Shine we have MongoDB replica sets with authentications using docker.
Replica set
A replica set in MongoDB is a group of mongod
processes that maintain the same data set. Replica sets provide redundancy and high availability, and are the basis for all production deployments.

Replica set architecture with docker

Last updated
Was this helpful?