unumotors / mongo-hydra

A open source mongo orchestration tool with high hopes
MIT License
10 stars 1 forks source link

cli integration of replicaset and moveto config file #30

Closed drubin closed 4 years ago

drubin commented 4 years ago

Adds a basic example usage and setup with a config file.

We can iterate on the config file format for me the biggest issue with the current setup is

  1. Validation (we don't validate configuration before using it), lead to a few issues
  2. I don't love the name replicaSet.replicaSetName I think it should be replicaSet.name this reads better in the config and in the code.

closes #11