문제

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top