Mongodb-Cluster-Setup

Setting up Mongodb cluster on aws using Master-Slave and Sharding db models.

Architecture

Master Slave Architecture

master-slave

Sharding Model

Comparisions

Features/Models
Replication
Sharding
Usage
For Regular Production Usage, redundancy & high availability
Large data sets and high throughput operations
Monitoring
Mongostat,Mongotop
Mongostat,Mongotop

Models

Getting Started

It is also called as Master Slave architecture.

License

Apache 2.0 License
Last modified 4yr ago