samtin
December 18, 2020, 4:50pm
1
In addition to Grafana, what other data visualization and dashboard tools can be set up relatively easily to pull in data from InfluxDB? For example, is it easy to connect influxDB with D3, Tableau, R, Python, Infogram, Datawrapper, Plotly or Zoho Analytics?
I am using a local or virtual machine (with Influx v1.8) version of InfluxDB, not InfluxDB Cloud.
Anaisdg
December 22, 2020, 4:46pm
2
Hello @samtin ,
Welcome! There are several client libraries available that make it easy to connect InfluxDB to several libraries.
Here are some tutorials for python and pandas:
With 200+ plugins, Telegraf has a wide variety of data collection applications. However, sometimes you need to collect custom data or maybe you want to integrate external tools into your time data analysis. In that case, it makes sense to take...
Info on InfluxDB + Google Data Studio:
Here is some community work for PowerBI:
(So many uses of “power” and “query” follow… for great justice)
We currently use Influx OSS and InfluxCloud v1. Grafana, Chronograf, and Power BI are the main applications we run against InfluxDB.
We’re preparing for an eventual transition to InfluxDB v2. One piece of the migration is updating our Power BI reports to use the InfluxDB v2 API. Unfortunately, Microsoft still does not offer native support for InfluxDB in their Power BI tool. So, raw Power Query code is necessary to submit queries …