如何从 jdbc 驱动程序访问 gemfire 缓存

How to access gemfire cache from jdbc driver

我有一个 gemfire 缓存 v8.2.1,我想使用第三方工具从中访问数据,该工具只能使用 jdbc 驱动程序访问数据。有谁知道如何连接到 gemfire 缓存以使用 jdbc 访问数据?我不需要写入缓存,只想从缓存中读取。

我在互联网上遇到了 gemfirexd,但可以看到它被标记为 "End of availability"。

是否有任何其他方法可以检索持久对象或触发 OQL,但可以模仿 jdbc 驱动程序,以便可以使用仅接受 jdbc 驱动程序的任何工具?

请帮忙。 谢谢

Apache Calcite 对此进行了 Geode adapter that enables you read data from GemFire over JDBC. There is also this video 解释。