AHDX: Apple Health exporter with SQLite + Grafana dashboard (MIT)

This commit is contained in:
Steffen Skui
2026-07-21 21:23:34 +02:00
commit 850c13777c
34 changed files with 5108 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Your health data. Never commit this.
data/
# Grafana's own state (dashboards you make live here). Provisioning config under
# grafana/ IS committed; this runtime dir is not.
grafana-data/
# Python
__pycache__/
*.pyc
# Local env
.env