healthkit-to-sqlite

ci Rust 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 located at the top-right
  3. Click "Export All health Data"
  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

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 sqlite://healthkit.db

Decisions