From 35c763a212615b9e6b7b8e5840ca786298461826 Mon Sep 17 00:00:00 2001 From: k0rventen Date: Mon, 10 Jul 2023 22:20:41 +0200 Subject: [PATCH] chore: improved wording --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7a682e..090d02d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ by replacing the `` with your actual health data expor - /home/me/downloads/export.zip:/export.zip ``` +you can also use a relative path (assuming you are in the same directory as the compose file): +```yaml + volumes: + - ./export.zip:/export.zip +``` + + + Then simply run : ``` @@ -78,13 +86,13 @@ apple-health-grafana-ingester-1 exited with code 0 Wait for a log saying that all the data have been imported. -_Note: Depending on the amount of data the export has, it can take a few minutes to work through, and it may use a significant amount of resources. As an example, loading nearly 3 years of data (2 millions data points) on a Raspberry Pi 4 took around 6 minutes and used a maximum of 2.8Gig of memory._ +_Note: Depending on the amount of data the export has, it can take a few minutes to work through. As an example, loading nearly 3 years of data (2 millions+ data points, 200+ workout routes) on a 10th gen i5 took 2 minutes and around 11 minutes on a Raspberry Pi 4._ ## Visualization and next steps -Head to __http://localhost:3000__, and log with the grafana creds from the compose file (defaults to `admin`:`health`). +Head to __http://localhost:3000__, and log in with the grafana creds from the compose file (defaults to `admin`:`health`). You should see some graphs with metrics in them. 3 dashboards are created by default: