forked from kamba4/sunders
Data integrity endpoints #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As of 25-10-2025, instances provide no way to synchronize or compare datasets.
While data integrity for OSM cannot be guaranteed, other instances of SunderS should be able to compare their datasets with one another.
Instances should provide an HTTP endpoint that takes a timestamp and returns a hash of the current dataset up to that point.
Instances should also provide an HTTP endpoint that takes a timestamp and URL to another instance, generates the hash up to that point, compares it with the instance provided, and returns the result to the user.