可以通过微服务向 GemFire 插入数据的 GemFire 模型

GemFire model which can insert data to GemFire via microservice

我正在尝试寻找 GemFire 的实现,我正在寻找也可以将数据插入 GemFire 的模型。我在使用 CacheWriter.

时遇到 PDX 序列化错误

Pivotal GemFire 和 Spring space.

中都有大量示例

如您所知,Pivotal GemFire 基于开源软件 Apache Geode, which has a few How-To articles on the Wiki. There is an article on Geode In 5 Minutes,可将您带到其他几个地方。

使用 Spring Data GemFire,有很多示例,从 Spring GemFire Examples GitHub project.

开始

我自己的 GitHub 帐户中还有其他几个示例,例如...

  1. Contacts Application 参考实现 (RI)。这是最新的 up-to-date 示例集,因为我将它们用作会议演讲的单一真实来源,并通过 Spring[= 展示 GemFire 的最新发展42=].

  2. 我还有一个完整的 GitHub 存储库 (spring-gemfire-tests) 专门用于 reproducing/understanding 客户问题、构建原型或 proof-of-concepts 等.

  3. 最后但同样重要的是,您可以查看 SDG test suite,其中有许多测试可用作 putting/getting 数据 to/from 的示例GemFire 使用 Spring 以及配置 PDX。上面的 #2 也是一个很好的资源。

如果您正在寻找与您的 UC 相关的特定内容,请告诉我们您的 UC 是什么,也许 we/I 可以更好地指导您。

希望对您有所帮助!

-约翰