I want to know if there's a way to configure the datasource for Ignite as Elastic Search. I was browsing the web. But I did not find a solution.
I want to implement this integration for a Java application.
I want to know if there's a way to configure the datasource for Ignite as Elastic Search. I was browsing the web. But I did not find a solution.
I want to implement this integration for a Java application.
Copyright © 2021 Jogjafile Inc.
If I understand your idea correctly there's a way to do it. As far as I can see Elasticsearch supports
SQLtable-like data access and it's available throughjdbcconnection. From the Ignite's side we have 3rd party persistance, it usesjdbcto connect to an underlying store system. To be honest I haven't tested it but I suppose it should work.Also I need mention that you can use GridGain WebConsole to generate simple Ignite project from existing
jdbcconnection. This functionality could be found on Configuration tab -> Create Cluster Configuration.