Anchormen / sql4es

sql4es: JDBC driver for Elasticsearch

Home Page:https://www.anchormen.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plan to support Elasticsearch 5.0.0?

rccclr opened this issue · comments

Hi
When connect from Sqlworkbenchj with "sql4es-0.9.2.3.jar" this error:

"Received message from unsupported version: [2.0.0] minimal compatible version is: [5.0.0-alpha4]"

Many thanks

I plan to update the driver but not before 5.0 is really released. Im wondering what will change in this major release (i have not looked at it to be honest )

As a small update i tried using the 5.0.0-alpha version and found that there is no support yet for the shield plugin which is also used by the driver. I will wait for a stable release which has shield support as well and keep this issue open as a reminder.

I have have been working on the 5.0.0 branch. The project compiles but fails alot of the tests which I am tackling now. Unfortunately I really lack the time to give it a good push so it will take some time :(

Can I second this please. Currently running 5.1.1 and struggling to get our testers up to speed. Be very useful to have them query the data in Excel or Access. Any help i can give please let me know

I have been working on it but progress is slow due to lack of time. The codebase itself has been upgraded to 5.0 and tests run OK. I havent been able to build a release and test it as a stand alone driver though. The latest version is in the 5.0 branch. Feel free to work on that branch to finalize it.

hi,非常期待5.x版本的发布。已经迫不及待了

Hi, anyone has built jar which can work with ES 5.1.2 ? thanks in advance

Hi,i used sql4es-0.8_5.0.0.jar on SQLWorkbench,but it can not find dirver class nl.anchormen.sql4es.jdbc.ESDriver

commented

good job!

Hi, anyone has built jar which can work with ES 5.3.2 ? thanks in advance

Should we rewrite SQL4ES with "The new elasticsearch java Rest Client"?https://amsterdam.luminis.eu/2016/07/07/the-new-elasticsearch-java-rest-client/

The idea behind this new client is less dependencies on elasticsearch, currently, the sql4es.jar is too big.