-
Notifications
You must be signed in to change notification settings - Fork 1
grafana-cratedb-source #275
Copy link
Copy link
Open
Labels
importantNot a bug, still important.Not a bug, still important.pitchA pitch for adding a new integration item, after evaluating it, and writing a tutorialA pitch for adding a new integration item, after evaluating it, and writing a tutorial
Metadata
Metadata
Assignees
Labels
importantNot a bug, still important.Not a bug, still important.pitchA pitch for adding a new integration item, after evaluating it, and writing a tutorialA pitch for adding a new integration item, after evaluating it, and writing a tutorial
Introduction
Years ago, there have been dedicated CrateDB data source adapters for Grafana, talking HTTP to CrateDB.
Because CrateDB talks PostgreSQL today, the built-in PostgreSQL data source adapter for Grafana can easily be used with CrateDB now, so we have been able to cease maintenance on the HTTP-based data source adapters.
Problem I
However, this has the significant drawback that CrateDB has no dedicated representation on Grafana's realms today, while all other vendors have. Relevant network effects have been underestimated far too long.
-- https://grafana.com/grafana/plugins/data-source-plugins/
Problem II
Currently, the query builder can't be used to emit an SQL query based on the template shown at crate/cratedb-examples#1442 (review). However, this is crucial for processing big data.
Solution
Provide a data source for CrateDB which technically wraps around the built-in PostgreSQL data source without much ado, to get the CrateDB logo into Grafana's marketplace again.
/cc @seut, @joerg84