0
votes

I have gone through the Ignite document https://apacheignite.readme.io/docs/continuous-queries, examples provided are in Java.

The link of examples in Github https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheContinuousQueryExample.java is too with Java.

How can I achieve the same using Python, any lead is well appreciated.

1

1 Answers

2
votes

Thin clients such as Python client do not support continuous queries currently. So your best bet is to write some Java and deploy it into your Ignite nodes.