All Projects → dogsheep → healthkit-to-sqlite

dogsheep / healthkit-to-sqlite

Licence: Apache-2.0 license
Convert an Apple Healthkit export zip to a SQLite database

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to healthkit-to-sqlite

pocket-to-sqlite
Create a SQLite database containing data from your Pocket account
Stars: ✭ 56 (-56.92%)
Mutual labels:  sqlite, datasette, dogsheep, datasette-io, datasette-tool
dogsheep-photos
Upload your photos to S3 and import metadata about them into a SQLite database
Stars: ✭ 156 (+20%)
Mutual labels:  datasette, dogsheep, datasette-io, datasette-tool
google-takeout-to-sqlite
Save data from Google Takeout to a SQLite database
Stars: ✭ 73 (-43.85%)
Mutual labels:  datasette, dogsheep, datasette-io, datasette-tool
evernote-to-sqlite
Tools for converting Evernote content to SQLite
Stars: ✭ 28 (-78.46%)
Mutual labels:  dogsheep, datasette-io, datasette-tool
sqlite-generate
Tool for generating demo SQLite databases
Stars: ✭ 20 (-84.62%)
Mutual labels:  sqlite, datasette-io, datasette-tool
Datasette
An open source multi-tool for exploring and publishing data
Stars: ✭ 5,640 (+4238.46%)
Mutual labels:  sqlite, datasette, datasette-io
django-sql-dashboard
Django app for building dashboards using raw SQL queries
Stars: ✭ 369 (+183.85%)
Mutual labels:  datasette-io, datasette-tool
datasette-dashboards
Datasette plugin providing data dashboards from metadata
Stars: ✭ 65 (-50%)
Mutual labels:  datasette, datasette-io
goodreads-to-sqlite
Export your (or other people's) Goodreads data to SQLite
Stars: ✭ 62 (-52.31%)
Mutual labels:  datasette, dogsheep
datasette-ripgrep
Web interface for searching your code using ripgrep, built as a Datasette plugin
Stars: ✭ 58 (-55.38%)
Mutual labels:  datasette, datasette-io
datasette-publish-vercel
Datasette plugin for publishing data using Vercel
Stars: ✭ 30 (-76.92%)
Mutual labels:  datasette, datasette-io
dbf-to-sqlite
CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite
Stars: ✭ 31 (-76.15%)
Mutual labels:  datasette-io, datasette-tool
geojson-to-sqlite
CLI tool for converting GeoJSON files to SQLite (with SpatiaLite)
Stars: ✭ 41 (-68.46%)
Mutual labels:  datasette-io, datasette-tool
datasette-cluster-map
Datasette plugin that shows a map for any data with latitude/longitude columns
Stars: ✭ 51 (-60.77%)
Mutual labels:  datasette, datasette-io
datasette-render-images
Datasette plugin that renders binary blob images using data-uris
Stars: ✭ 14 (-89.23%)
Mutual labels:  datasette, datasette-io
Canvas-Vision
📷 Wallpaper Downloading Android App
Stars: ✭ 14 (-89.23%)
Mutual labels:  sqlite
erdiagram
Entity-Relationship diagram code generator library
Stars: ✭ 28 (-78.46%)
Mutual labels:  sqlite
Apollo
A basic Application with multiple functionalities built with FastAPI aim to help Users Buy New Items Provided using PaypalAPI 🚀
Stars: ✭ 22 (-83.08%)
Mutual labels:  sqlite
rn-fitness-tracker
React Native module to interact with Google Fit and Apple HealthKit.
Stars: ✭ 58 (-55.38%)
Mutual labels:  healthkit
gql2sql
GraphQL to SQL service example
Stars: ✭ 31 (-76.15%)
Mutual labels:  sqlite

healthkit-to-sqlite

PyPI Changelog Tests License

Convert an Apple Healthkit export zip to a SQLite database

How to install

$ pip install healthkit-to-sqlite

How to use

First you need to export your Apple HealthKit data.

  1. On your iPhone, open the "Health" app
  2. Click the profile icon in the top right
  3. Click "Export Health Data" at the bottom of that page
  4. Save the resulting file somewhere you can access it, or AirDrop it directly to your laptop.

Now you can convert the resulting export.zip file to SQLite like so:

$ healthkit-to-sqlite export.zip healthkit.db

A progress bar will be displayed. You can disable this using --silent.

Importing from HealthKit  [#-------------]    5%  00:01:33

You can explore the resulting data using Datasette like this:

$ datasette healthkit.db
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].