···991010## Why?
11111212-So you can do fun stuff with your workout data, like doing silly grafana dashboards.
1212+So you can do fun stuff with your workout data, like doing silly grafana dashboards.
1313For example, you can use the [Grafana Clickhouse plugin](https://grafana.com/grafana/plugins/grafana-clickhouse-datasource/) to visualize your workout data.
14141515You can make heatmaps, like the one you have on github, or you can make a dashboard that shows your progress over time, or you can make a dashboard that shows your workout history.
16161717
1818-You can find the Grafana JSON for the [heatmap](./examples/heatmap.json) and for the [excercises per week](./examples/excercises_per_week.json) in the [examples](./examples) folder.
1818+You can find the Grafana JSON for the [heatmap](./examples/grafana/heatmap.json) and for the [excercises per week](./examples/grafana/excercises_per_week.json) in the [examples](./examples) folder.
191920202121## How to use
···404041411. Make sure you have Docker and Docker Compose installed.
42422. Create a `.env` file in the root directory with the same content as above.
4343-3Start the service with `docker compose up -d`.
4343+ 3Start the service with `docker compose up -d`.
44444545