使用 apache geode 进行最小测试

minimal test with apache geode

我想用自定义二进制数据(序列化)扩展 geode。是否有关于如何使用 geode 启动最小 setup/system 的文档?我看到了 docker image,但没有找到任何相关文档。

我有一个可以通过键推送和查询存储的(~30 GB)数据的 c++ 客户端就足够了。

非常感谢您的帮助!

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

Geode Wiki 上还有更多可能对您有用的信息。

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

您可能对此特别感兴趣...

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

希望这有助于您入门。

干杯!

C++ 和 C# 客户端目前不是 Apache Geode 的一部分,只是 Pivotal GemFire。

您将找到有关 Geode 和 Docker here, here and here 的信息。

可能没有针对 C++ 的实际文档,但您也可以使用 REST 客户端与 GemFire 进行通信。文档是 here and here.