I would like to call some Java code when a node of a certain type is added, updated or deleted in Neo4j. How can I do this?
|
feedback
|
|
Look into using TransactionEventHandler. You need to implement the interface, and then you register your event handler like this:
HTH | |||
|
feedback
|
|
Can you create your own Rule function? http://neo4j.rubyforge.org/guides/rules_and_functions.html#creating-your-own-rule-function | |||||||
feedback
|