Utility command for integrity checking #109
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
orinoco/dump-things-server#109
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?
The service consumes an "external" schema definition. Nothing guarantees that this schema is a constant, it could (in principle) change at any moment -- also in ways that invalidate existing records in a collection.
Consequently, there is a need for integrity checking the content of an existing collection -- reporting any invalid records.
This is needed, in particular, because the service may not be able to deliver such records through its endpoints anymore (especially in TTL format), and thereby rules out any "migration" workflows that use the API directly.
Related to #93.