influxdb-java
influxdb-java copied to clipboard
Is there any plans to create JDBC driver?
It would help to work with InfluxDB more easily.
Hi @tjlee
I was thinking on creating a jdbc layer on top, but discarded because of no need. I think it would be best to use influxdb-java to create a influxdb-jdbc driver
I was thinking on creating a jdbc layer on top, but discarded because of no need. It would be helpful to access to db via 3rd party tools to see data.
having a JDBC driver for InfluxDB would be beneficial I think. In the moment I am exploring how/if Liquibase can be used with InfluxDB (I want to manage continuous queries and stuff via Liquibase). As it seems, this is impossible due to the unavailability of a JDBC driver.
... however, maybe using Liquibase together with influxDB is generally a stupid idea?
I had the "issue". I work on a project that uses DBeaver as sql management but are CE (community) not EE (enterprise) and 'cause of this we can't connect. I just found only in enterprise.
this would be also interesting for JetBrains implementation, see https://youtrack.jetbrains.com/issue/DBE-5158
It would be interesting to hear what the holdback is regarding the JDBC driver. We are currently using InfluxDB and have to move to TimescaleDB because of a need to connect via JDBC :-( sad story....
+1 re JetBrains DataGrip
+1
It looks like there is one on the market https://central.sonatype.com/artifact/org.apache.arrow/flight-sql-jdbc-driver/ . But I'm struggling with connection...