perara-libs / grafana-pandas-datasource

Grafana Pandas Datasource - using Python for generating timeseries-, table-data and annotations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana Pandas Datasource

About

A REST API based on Flask for serving Pandas Dataframes to Grafana.

This way, a native Python application can be used to directly supply data to Grafana both easily and powerfully.

It was inspired by and is compatible with the simple json datasource.

https://gist.github.com/linar-jether/95ff412f9d19fdf5e51293eb0c09b850

Setup

pip install grafana-pandas-datasource

Resources

Examples

There are different demo programs accompanied with Grafana datasource and dashboard definition files.

https://github.com/panodata/grafana-pandas-datasource/tree/main/examples

About

Grafana Pandas Datasource - using Python for generating timeseries-, table-data and annotations

License:Apache License 2.0


Languages

Language:Python 100.0%