minimal test with apache geode

2019-08-07 14:57发布

I would like to extend geode with custom binary data (serialization). Is there any documentation about how to kickoff a minimal setup/system using geode? I saw a docker image but didn't find any docs on this.

It would be more than enough for me to have a c++ client which can push and query the stored (~30 GB of) data by a key.

Thank you very much for your help!

3条回答
冷血范
2楼-- · 2019-08-07 15:14

There may not be actual documentation for C++, but you can use the REST client to communication with GemFire as well. Documentation is here and here.

查看更多
forever°为你锁心
3楼-- · 2019-08-07 15:18

Checkout... https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes

There is more information on the Geode Wiki as well that maybe of use to you.

https://cwiki.apache.org/confluence/display/GEODE/Application+Development

This maybe of particular interests to you...

https://cwiki.apache.org/confluence/display/GEODE/PDX+Serialization+Internals

Hope this helps get you started.

Cheers!

查看更多
Root(大扎)
4楼-- · 2019-08-07 15:29

The C++ and C# clients are currently not part of Apache Geode, just Pivotal GemFire.

You will find information about Geode and Docker here, here and here.

查看更多
登录 后发表回答