-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Complete] Simple replication #223
Conversation
- Add make.bat for building on windows - Add target for using sphinx-autobuild
- Output as JSON to make it easy to re-consume
@omad: could you add some notes to documentation/Components and Interfaces.md > Managed Replica reflecting what this commit does and does not do relative to the intentions of the general solution, please? |
Very clear and straight-forward code. Good documentation. It is specific to file-based storage systems, so we may have to modify how it works when we abstract the storage mechanism to a driver-based model. @mpaget I'll add a link to the simple replication readthedocs page to the components page, as a reference point for the implementer of the managed replica components. |
Add a simple replication tool.
There's masses of room for improvement, but I found this useful for downloading data from the AGDC to my local PC before outages at the NCI.