ch-grafana-cache 0.1.12

Extract Clickhouse SQL queries from a dashboard and execute them
Documentation
1
2
3
4
5
6
7
8
FROM debian:bookworm-slim

LABEL org.opencontainers.image.source=https://github.com/cpg314/ch-grafana-cache
LABEL org.opencontainers.image.licenses=MIT

COPY target-cross/x86_64-unknown-linux-gnu/release/ch-grafana-cache /usr/bin/ch-grafana-cache

CMD ["/usr/bin/ch-grafana-cache"]