Dremio datasource for Grafana

Hi,
Is there a way to connect to the data lakehouse platform Dremio from Grafana, I do not see any available datasource ?
Thanks

Maybe use its rest api. That is another wwy to connect

API Reference | Dremio Documentation.

2 Likes

Yup - could use the REST API with one of the the JSON datasources Grafana Plugins - extend and customize your Grafana | Grafana Labs such as Infinity, or maybe one of the SQL datasources with SQL Reference | Dremio Documentation

1 Like

@davidharris - the SQL reference documents accessing the Dremio data using SQL queries, not much whether it can be connected as a SQL data source from Grafana. Do you know if it is feasible?

@yosiasz - yes connecting as a JSON API may be feasible, trade-off being having to write REST API endpoint calls using JSONata or JSONPath instead of simple SQL queries for the dashboards.

All,
On the same note, is it possible to install a Dremio driver in Grafana servers and connect to Dremio from Grafana using JDBC / ODBC, for example?
Thanks

1 Like

agreed

or use infinity plugin with simple parse-json and jsonata

1 Like

You can use the Sqlyze datasource with the Flight SQL ODBC Driver.

1 Like

@jeeshandas
Hello Sir, do you connect to dremio successfully? thanks.

It seems like there should be a simple way to do this.

yes there is. infinity plugin using rest api.

1 Like