Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on November 27, 2023 1:43PM
Likes: 0
Replies: 3
Hi all! Do anyone have solution to connect Influx DB to Dataiku?
Operating system used: Linux
InfluxDB does not have a native JDBC driver which is what Dataiku normally uses to connect to databases. However they have recently published this blog post:
https://www.influxdata.com/blog/querying-influxdb-3-0-using-jdbc-driver-tableau/
where they claim it's possible to connect Tableau to InfluxDB 3.0 to query data for visualization using the Apache Arrow Flight SQL JDBC driver (Flight SQL driver). So it might possible to use this driver in Dataiku as well, you will have to test. You can create a generic JDBC connection using the New Connection => Other SQL databases.
Influx db has a rest API. You might be able to leverage it with the api-connect plugin, or with your own plugin, using this one as an implementation example...
Thank you alex! Now we get it and might test it soon!