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 mongodarrow-up-right processes that maintain the same data set. Replica sets provide redundancy and high availabilityarrow-up-right, and are the basis for all production deployments.

MongoDB Replica Set Architecture

Replica set architecture with docker

Servers Distribution using Docker

Last updated