healthkit-to-sqlite

ci crates.io Apache 2.0 License: MIT

Command-line tool to convert Apple HealthKit data to a SQLite database.

workout-routes-examples

Getting Started

  1. Open the Health app on your iOS device.
  2. Click your profile icon in the top-right corner.
  3. Click the "Export All Health Data" button.
  4. Share the resulting ZIP archive to your computer.
  5. Run the healthkit-to-sqlite tool on the exported ZIP archive.

bash cargo install healthkit-to-sqlite-cli healthkit-to-sqlite export.zip sqlite://healthkit.db

Datasette

You can use https://datasette.io/ to view and explore the resulting SQLite database file. Install the https://datasette.io/plugins/datasette-geojson-map plugin to visualize the workout routes data on a map.

bash datasette install datasette-geojson-map datasette healthkit.db

Decisions