cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Live Query Feature in Python Driver?

Hi,

Java's OGM API had Transaction Event Listeners which provides user with call backs for PRE/POST for session.save/delete.

Does the same exists for Python Driver? Any library which can simulate 'live query' feature? Live query - getting updates/callbacks from DB for data change events. Is there anyway we can get 'live query' feature using Python?

Thanks

1 REPLY 1

Could anyone from Neo team can comment on this. It had been open for long time.

Live Query is a feature supported in OrientDB and I am trying to find a way in Neo/Python driver. In Java, I can see TransactionEvent Listener etc but how about Python Driver. Is it possible.