Currently, CPP API is under development.

There is a workaround.

1. You can define Tasks in Java that query your cache and accept parameters
that can be passed to query. 
2. Enable http-rest:
Add this to your POM:
        <dependency>
            <groupId>org.apache.ignite</groupId>
            <artifactId>ignite-rest-http</artifactId>
            <version>${ignite.version}</version>
        </dependency>
or copy libs/optional/ignite-rest-http to libs if starting from command
line.
3. Now you can trigger your task via http. For details please take a look at
this article - http://apacheignite.readme.io/v1.0/docs/rest-api#execute

Let me know if you have questions.




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/C-client-for-Ignite-tp277p392.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to