Setting up Mongodb cluster on aws using Master-Slave and Sharding db models.
Features/Models | Replication | Sharding |
Usage | For Regular Production Usage, redundancy & high availability | Large data sets and high throughput operations |
Monitoring | Mongostat,Mongotop | Mongostat,Mongotop |
It is also called as Master Slave architecture.
Apache 2.0 License