Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-02-2018 01:50 PM
Hello all,
I need to store and fetch the historical data for node's property value changes , so that it can be tracked later for some report. Can anybody help with any pointers to achieve it with an example ... problem statement is , I have a node for which details will get changed as part of update. I would need to see all the previous values of changed data as well.
12-02-2018 11:45 PM
Graph changes are not inherently tracked in Neo4j.
You would either need to handle these yourselves (creating graph elements to capture change history and attaching them to each node, such as mentioned in this article on time-based versioning), or use an addon that does this for you (such as GraphAware's Audit module).
All the sessions of the conference are now available online