mongodbshardingdistributed-databasedatabase-clusternosql

Tool to create mongodb sharded cluster


I need a tool to manage a cluster of mongodbs. With an increasing number of machines, it is hard to maintain each machine without a tool.

More details:

The database grows around 50 MB per day, so they are approximately 1.5 GB per month. The mongodb is great for this because just increase a machine in your cluster resolve the size problem. The problem is that this change requires entering the host configuration and make the changes manually. I'd like to optimize the time of the team with a tool that allows remote execution, for example, run and save scripts or similar.


Solution

  • You can use Juju to create mongodb cluster :

    https://github.com/charms/mongodb

    http://www.youtube.com/playlist?list=PLyZVZdGTRf8g-5E7ppGGpxrraStyi493V

    http://www.jorgecastro.org/2014/03/17/introducing-juju-bundles/