minimal test with apache geode

风流意气都作罢 提交于 2019-12-11 09:41:59

问题


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!


回答1:


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!




回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/31171923/minimal-test-with-apache-geode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!