neo4j-uuid
neo4j-uuid copied to clipboard
Neo4j-uuid is a unmanaged extension to Neo4j. It features automatic UUIDs on nodes and relationships.
# Log data below nohup: ignoring input 2016-09-20 10:34:28.140+0000 INFO Starting... 2016-09-20 10:34:30.126+0000 INFO [c.g.r.b.RuntimeKernelExtension] GraphAware Runtime enabled, bootstrapping... 2016-09-20 10:34:30.147+0000 INFO Running in a single-node architecture (Neo4j Community) 2016-09-20...
I used a fresh installation of neo4j-community-2.1.3, then installed the neo4j-uuid plugin following the instructions in the readme. Now, when I create a new node in the Neo4j browser, using...
I understand that the 'uuid' is added as part of beforeCommit transaction as a property on nodes/edges added within a given transaction. What I do not understand is, how do...