You have a few options.

1. polling
2. tx-event handler
3. there is a change-feed module from graphaware:
http://graphaware.com/neo4j/2014/08/27/graphaware-neo4j-changefeed.html

On Fri, Jun 26, 2015 at 12:14 PM, Mariusz Donigiewicz <
[email protected]> wrote:

> Hi,
> I have the business use case to react on Node property
> * creation ( set from null -> 'foo' value)
> * modification ( set from 'foo' -> 'bar' value)
> * delete ( set from 'bar' -> to null value
>
> What would be the best way to retrieve this information through the REST
> Cypher ??
>
> Is the TransactionEventHandler
> <https://wiki.hybris.com/(http:/neo4j.com/docs/stable/javadocs/org/neo4j/graphdb/event/TransactionEventHandler.html>
>  only
> way to achieve it ??
>
> Regards M.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to