elastic / elasticsearch-sql-odbc

ODBC driver for Elasticsearch SQL
Other
0 stars 30 forks source link

Installation via docker ( linux ) #288

Open TheHunter opened 3 years ago

TheHunter commented 3 years ago

Environment

In any docker environment, linux version.

Expected Behaviour

It could be great if applications running in a container environment could install this driver, by their docker manifest definition.

Actual Behaviour

Nowadays it's impossible to use it in any Linux environment, even less in containers.

bpintea commented 3 years ago

@TheHunter, the driver isn't ported on Linux, indeed. What's the application you're targeting to use it with? If that application supports JDBC, you can use that driver on Linux right away.

TheHunter commented 3 years ago

hi @bpintea, unfortunately It's not possible, because we use .NET Core applications, so in that sense we need to use ODBC, instead it was a Java application would be practicable with JDBC.

TheHunter commented 3 years ago

hi all, Is it planned to implement this driver for linux / container environment ?

bpintea commented 3 years ago

@TheHunter, there is no plan for it.

TheHunter commented 3 years ago

@bpintea It’s a pain, because there are many projects run in docker engine, through kubernetes.

please forget windows drivers, at this point the most ambitious applications run on Linux and so docker engine, in my opinion keep alive driver for windows is a waste of time.

I hope Elasticsearch team understands the importance of these paragraphs.

vernou commented 1 month ago

@bpintea, have you plan to implement this ODBC driver on Linux?