unumotors / mongo-hydra

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

Refactor to class based structure #29

Closed pelzerim closed 4 years ago

pelzerim commented 4 years ago

This refactors the code into a class-based architecture to support the following concepts in the future:

Untitled Diagram (2)

pelzerim commented 4 years ago

This now also adds disconnect to the MongoClient, MongoClientStub and ReplicationState #28