Hi Enrico, Current LiveQuery implementation works at single document/vertex/edge level, so you can use it to detect changes in your graph topology. There is no strict integration with Blueprints API, it just works as an SQL statement, you can just retrieve changed records, convert them to vertices if needed and then do graph processing on them
Hope it helps Luigi 2015-10-14 15:20 GMT+02:00 Enrico Di Marco <[email protected]>: > Hi, > is it possible to use the new LiveQuery feature avaiable from 2.1 with a > graph db? > how does it fit with blueprints? > > thanks in advance, any code snippet is also appreciated > > have a nice day > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" 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 "OrientDB" 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.
