Replies: 1 comment
-
Indeed, a logIdentifier is required, see: Another thing you could do is add creation timestamps to your graph elements and index them. That makes it possible to periodically query for the latest elements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Janus graph db, is there a way to get notified when a new vertex/edge is added/removed/updated?
One solution is this https://docs.janusgraph.org/advanced-topics/transaction-log/#log-configuration But one limitation I can see is that logIdentifier is required, can we do it without that?
Beta Was this translation helpful? Give feedback.
All reactions