Re: [Neo4j] Versioning neo4j data, checkpointing

2015-07-07 Thread Abhishek Agarwal
Hi, Great news. When can we actually expect such a feature? Abhishek On Saturday, July 4, 2015 at 4:19:37 PM UTC+5:30, Michael Hunger wrote: > > It's planned as a feature for Neo4 itself. > > I'm not aware of other variants, although there might be that the xnLogic > framework would help you. >

Re: [Neo4j] Versioning neo4j data, checkpointing

2015-07-07 Thread Abhishek Agarwal
Hi, Thanks for your reply. Saw the github project. Waiting for the blog. One question: To revert to a checkpoint in time, one will have to play all the messages from start? On Sunday, July 5, 2015 at 12:30:19 AM UTC+5:30, ducky wrote: > > I've been working on a kernel extension >

Re: [Neo4j] Versioning neo4j data, checkpointing

2015-07-04 Thread ducky
I've been working on a kernel extension which pushes all the changes being made to the data in a Neo4j database to a Kafka server. All the changes have a timestamp attached to them. So theoretically it should be possible to pl

Re: [Neo4j] Versioning neo4j data, checkpointing

2015-07-04 Thread Michael Hunger
It's planned as a feature for Neo4 itself. I'm not aware of other variants, although there might be that the xnLogic framework would help you. Michael > Am 01.07.2015 um 20:14 schrieb Abhishek Agarwal : > > Hello all, > > We would like to keep snapshots/versions of the graph(or just versions

[Neo4j] Versioning neo4j data, checkpointing

2015-07-04 Thread Abhishek Agarwal
Hello all, We would like to keep snapshots/versions of the graph(or just versions of a specific node). We would want to switch to any version (like in a git repo). We tried using GraphAware's ChangeFeed but that doesn't solve our purpose. We have also found this github project: https://github.