Frage

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.

Andere Tipps

You need a provisioning tool, like Vagrant. Or SSH wrapper like Fabric.

MongoDB Cloud Manager has a Public API that you can use for cluster deployment automation.

Here's the link to the (very well-written) official docs.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top