Reputation: 934
Im trying to create a plugin for neo4j that for every query to the data base it will be invoked and add some proprties to the created/updated nodes/relationships from the current query..
Simple use case: attach an id
property for every created node/relationship(i know such plugin exsiste im trying to do something abit different)
After reading neo4j documentation about plugins all i found was how to extend the REST API but this is not my goal.
Anone know how to do that? Talking about neo4j 3.x
Upvotes: 0
Views: 198
Reputation: 45083
There is GraphAware Framework and its UUID plugin.
Here is the great article how to write your own plugin.
GraphAware framework isn't ready for 3.0. It should be released next week (May 08 2016)
Upvotes: 1