Skip to content
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

Integrity check endpoint for networks #61

Open
waxlamp opened this issue Aug 12, 2021 · 0 comments
Open

Integrity check endpoint for networks #61

waxlamp opened this issue Aug 12, 2021 · 0 comments

Comments

@waxlamp
Copy link
Collaborator

waxlamp commented Aug 12, 2021

Now that the edge and node data can change under a network, we'd like to have a way for the API to check whether a network is fully consistent. This would include things like:

  • ensuring that all node tables in a network actually exist
  • ensuring that all edges refer to nodes that actually exist
  • ensuring that the network does not refer to nodes in a table not included in the network's list of tables

We may also want to expose this in the client, perhaps via a checkmark or red X that explains what is wrong with a network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant