-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dev/robin/9780 veracity verify consistency command #24
Dev/robin/9780 veracity verify consistency command #24
Conversation
Once this gets merged, will there be a follow up PR to remove the duplication from veracity and make it depend on the massifs package? |
I agree, it would be nice to have the offline massif reader outside of veracity and in logverification or massifs |
That is underway in parallel. datatrails/veracity#26 I don't intend to merge this until I/we are satisfied with the veracity end |
closed by acident. ui confusion |
* refactor the local massif reader common paths to reduce some un-needed complexity * remove an unused context from one interface * some small comment nits
This adds first class support for local replication and verification of forestrie logs
The local reader implementation from veracity has been brought into the primary repositor so that it can benefit from more rigorous unit and integration testing.
The mechanism from the veracity implementation for scaning local directories for massifs has been extended:
Additionally, it address the previous technical debt of having the azblob options polute the MassifReader interface