Maintainer is designed to interface directly with mongodb and redis to find and correct any errors from the ingest process. It will attempt to fix any problem it can, and report those that it cannot
Installation is as easy as cloning and running make (assuming you have go installed).
git clone https://github.com/podded/maintainer
cd maintainer
makeRunning maintainer without any arguments
./bin/maintainerwill attempt to run all fixes. Alternatively you can run any fix by name individually.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.