POC Metabase & Grafana
report n°005 | 2026‐01‐26
We have a need to visualize raw data that we collect from our pluggins to be able to make reports about them and their evolution, we chosed to explore Metabase as an option for its presumed ease of use and Grafana for its precise control of how to make data looks.
The pipeline we work with is:
- plugins pump out data in json
- a script put everything in a sqlite database
- the visualisation tool (Metabase or Grafana) is used to extract relevant charts
- a performance report is written
Pre checks done :
- is open source and free to use | both AGPL-3.0 license
