influxdb-java icon indicating copy to clipboard operation
influxdb-java copied to clipboard

Is there any plans to create JDBC driver?

Open tjlee opened this issue 4 years ago • 9 comments

It would help to work with InfluxDB more easily.

tjlee avatar Feb 09 '21 09:02 tjlee

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

majst01 avatar Feb 09 '21 09:02 majst01

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.

tjlee avatar Feb 19 '21 16:02 tjlee

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?

wolfig avatar Jun 30 '21 08:06 wolfig

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.

FernandoVeras avatar Aug 10 '21 20:08 FernandoVeras

this would be also interesting for JetBrains implementation, see https://youtrack.jetbrains.com/issue/DBE-5158

maxreb avatar Oct 18 '21 14:10 maxreb

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....

WaldoPepper avatar Nov 29 '21 10:11 WaldoPepper

+1 re JetBrains DataGrip

ivan-codes-foss avatar Jan 26 '22 11:01 ivan-codes-foss

+1

ZhenChen008 avatar Jan 16 '23 12:01 ZhenChen008

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...

tjlee avatar Feb 20 '24 11:02 tjlee