Your other option is to use the REST API from C++. See https://geode.apache.org/docs/guide/latest/rest_apps/rest_api_reference.html.
-Dan On Fri, Jan 19, 2018 at 9:47 PM, Jacob Barrett <[email protected]> wrote: > There are currently no examples for the latest revisions of the C++ client. > Your best bet is to look at the integration tests and the framework it’s > based on for code samples. The C++ is undergoing a major refactoring towards > C++11 standards so it is changing rapidly. Please feel free to contribute to > the examples too. > > -Jake > > > On Jan 19, 2018, at 1:00 PM, Ernest Burghardt <[email protected]> wrote: > > Hi Amit, > > Short answer is yes. You use geode-native to interface with Geode and > updated examples will be forthcoming... feel free to have a look at the > "develop" branch of geode-native in the meantime... > > EB > > On Fri, Jan 19, 2018 at 1:28 PM, Amit Pandey <[email protected]> > wrote: >> >> Hi Guys, >> >> Is it possible to use Geode with C++? >> Is there any relevant example > >
