问题描述
我想用自定义二进制数据扩展序列(序列化).是否有任何有关如何使用geode启动最低设置/系统的文档?我看到了 docker映像,但是没有找到任何相关文档.
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.
拥有一个c ++客户端对我来说绰绰有余,该客户端可以通过键来推送和查询存储的(约30 GB)数据.
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.
非常感谢您的帮助!
推荐答案
结帐... https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5分钟
Geode Wiki上还有更多信息,可能对您有用.
There is more information on the Geode Wiki as well that maybe of use to you.
https://cwiki.apache.org/confluence/display/GEODE/应用程序+开发
这也许对您特别感兴趣...
This maybe of particular interests to you...
https://cwiki.apache.org/confluence/display/GEODE /PDX +序列化+内部
希望这可以帮助您入门.
Hope this helps get you started.
干杯!
这篇关于用Apache Geode进行的最小测试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!