MongoDB
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
A replica set in MongoDB is a group of processes that maintain the same data set. Replica sets provide redundancy and , and are the basis for all production deployments.