Allows to mirror Horreum datasets to PostgreSQL database e.g. for use as a Grafana datasource
Recently also added scripts that allow me to bypass Horreum usage by computing labels directly. Obviously lots of other Horreum functions (e.g. labels computation with JavaScript scripts or change detection) are out of scope here right now.
uv tool install git+https://github.com/Appservices-perfscale/horreum-data-mirror
- horreum-to-postgresql.py (
horreum_to_postgresql.py) — Utility to mirror data from Horreum to PostgreSQL - compute-labels.py (
compute_labels.py) — Compute Horreum-like labels from a schema and source JSON - labels-to-postgresql.py (
labels_to_postgresql.py) — Load label values JSON into PostgreSQL - compare-labels.py (
compare_labels.py) — Compare generated label values JSON with Horreum reference