Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以阐明如何将数据从三叉戟风暴写入/读取到内存网格(Apache ignite)。我用谷歌搜索并没有找到任何关于如何从三叉戟风暴连接到记忆网格的信息/文件。
我认为 Apache Ignite 和 Storm 之间的集成应该确保通过 Storm 流式传输的数据最终在 Apache Ignite 缓存中。为此,您应该简单地将数据放入 Ignite 缓存中。将大量数据添加到缓存中的最佳方法是使用org.apache.ignite.IgniteDataLoader.addData(...)API。
org.apache.ignite.IgniteDataLoader.addData(...)