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.

MongoDB Replica Set Architecture

Replica set architecture with docker

Servers Distribution using Docker

Last updated

Was this helpful?