man-group / arctic

High performance datastore for time series and tick data
https://arctic.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
3.05k stars 583 forks source link

Question: is there a grafana datasource integration available #827

Open xgdgsc opened 5 years ago

xgdgsc commented 5 years ago

Is there a grafana datasource integration available that you know of? Or I have to implement my own if I want to use. Thanks!

shashank88 commented 5 years ago

What kind of metrics do you want to log to grafana?

xgdgsc commented 5 years ago

Just any time series value that I might want to visualize to see things.

femtotrader commented 5 years ago

I have never tried it myself but maybe https://github.com/JamesOsgood/mongodb-grafana could help. it provides a layer to convert the Grafana Data source API into MongoDB aggregation queries.