Open daniel-garcia opened 4 years ago
Hi, @daniel-garcia!
Which DBs are you planning to use with Grafana? Could you maybe elaborate a bit more on your use case?
cubjejs is configured with a some cubes that are eventually backed by either postgresql or elasticsearch. I want to be able to query the cubejs REST API and have graphs in grafana instead of having to develop/maintain a different portal for visualizing this data.
It would be useful to use grafana as it already has support for OTHER data sources: prometheus, redshift, etc.
@daniel-garcia Hey Daniel! We're definitely want to support this in the future. Currently, it isn't part of our short term roadmap. We'd love to help anyone to implement this hands-on. Contributions are very welcomed here!
Hey @paveltiunov I'm just curious to hear if grafana support is still somewhere on the roadmap for cube.js?
We're interested in using grafana as an embedded analytics front-end solution. Our devs are already familiar with using it for internal purposes so if we could find a way to hook it up to cube.dev then it would make it easy for them to surface business metrics defined in DBT in our user facing applications.
Or if you have other recommendations for embedded analytics tooling that would be useful also?
It should be possible to connect Grafana to use Cube's SQL API as it supports Postgres wire protocol.
Is your feature request related to a problem? Please describe. I'm not able to use my existing graphing solution (grafana) with cubejs.
Describe the solution you'd like I would like a grafana plugin where I can write cubejs JSON queries and display the results in grafana.
Describe alternatives you've considered No.