InfluxDB JDBC Driver?

I am software architect for a BI / Visualization software company. One of our clients already makes use of InfluxDB, and wishes to bring it into their visualization stack. I am looking to provide them a LOE for this development.

We’ve abstracted our architecture to easily plug in with most JDBC driver, and I noticed that there is a CLI only SQL-like query capability. Is there any chance of a JDBC driver in the works for the near future?

Other than the CLI are the only other 2 ways to query through the Java SDK and the REST API (below)?

Thanks for any information.

Hi! Right now, the best way to interface with InfluxDB in Java is to use the REST API or the Java client. We don’t currently have plans to expand those offerings.

1 Like

Thanks! Just wanted to be sure before I began development for them!

1 Like

Hi,
Is this still the current position in regards to interfaces?

thanks,

Yeah, still the API and client lib for Java. :+1:

1 Like

How about now, is it still up to date?

Hello @Plex1glas,
Welcome!
What version of InfluxDB are you using?
This will be available soon(ish) with the new storage engine.

Which will utilize FlightSQL. The Apache Foundation hosts a JDBC to FlightSQL driver. This driver should support any database that supports FlightSQL, and therefore, any tool that supports JDBC should be supported by extension.