Connect sql server database to elasticsearch

I want to connect sql server database to elasticsearch without copying the sql data to elasticsearch, with a simple call of the sql data or simple connection , without loading the data from sql server to elasticsearch
I know there is the Elasticsearch SQL JDBC driver, but as far as I know this jdbc loads the data from sql to elasticsearch
Is there a way to do so without copying the data ?

The Elasticsearch JDBC driver allows you to query data held in Elasticsearch via JDBC.

If you want to query the data through Elasticsearch it must reside in Elasticsearch. You must therefore copy the data over.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.