mongo-rs-controller-swarm icon indicating copy to clipboard operation
mongo-rs-controller-swarm copied to clipboard

add support for sharding

Open chicco785 opened this issue 6 years ago • 0 comments

it would be nice to support sharding. relevant information and examples can be found at the following links:

  • https://docs.mongodb.com/manual/sharding/
  • https://stackoverflow.com/questions/41815916/docker-with-mongodb-3-4-replica-shard
  • https://github.com/jfollenfant/mongodb-sharding-docker-compose
  • https://github.com/singram/mongo-docker-compose/blob/master/docker-compose.yml

we should check if it is possible to have 2 instances of replicaset controller, one for the shards, and one for the configuration servers

chicco785 avatar Dec 26 '17 19:12 chicco785