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

Add convenience operator to verify temporal data #1472

Closed
p-f opened this issue Jan 21, 2020 · 0 comments
Closed

Add convenience operator to verify temporal data #1472

p-f opened this issue Jan 21, 2020 · 0 comments

Comments

@p-f
Copy link
Collaborator

p-f commented Jan 21, 2020

We currently have the Verify operator that restores graph consistency by removing dangling edges.
We should have an operator for temporal data that does the same thing and additionally updates the valid time of edges.
An edge should only be valid as long as both its source- and target-vertex are valid. The following conditions should be met for any edge:

  • edge.validFrom >= max(source.validFrom, target.validFrom)
  • edge.validTo < min(source.validTo, target.validTo)
  • maybe update the transaction time if the valid time would have to be changed by the operator?
p-f added a commit to p-f/gradoop that referenced this issue Jan 23, 2020
p-f added a commit to p-f/gradoop that referenced this issue Jan 13, 2021
@galpha galpha closed this as completed in f425f69 Jan 14, 2021
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