Cassandra 和 Apache Ignite 集成用于直写和直读?

Cassandra and Apache Ignite Integration for Write-through and Read-through?

我想在 apache cassandra 中集成 apache ignite 内存中功能。我该怎么做? ay 插件是否可用于直写和通读?高效插入和检索的可能架构是什么?

为此,您应该实现 CacheStore 接口并在 CacheConfiguration 中提供它。有关详细信息和示例,请参阅 [1]。

另请注意,有一个 Cassandra 存储实现正在开发中 [2],因此很快就会提供开箱即用的集成。您可以查看工单以跟踪其进度。

[1] https://apacheignite.readme.io/docs/persistent-store

[2] https://issues.apache.org/jira/browse/IGNITE-1371