Reputation: 91
Is there a way (query) or tools that enable auto playback of a graph change over time?
E.g. over time, new nodes or old nodes might be removed.
For instance:
A "playback" or query to automatically shows Graph 1 to 3 periodically.
Any suggestion is appreciated! :)
Upvotes: 2
Views: 272
Reputation: 45153
You have a few options how to deal with your problem.
Write your own Unmanaged Extension which will use Transaction API and log those information by yourself
This extension for Neo4j could be interestion for you
Time-Based Versioned Graphs
Upvotes: 1