HealthSave Get on App Store

HealthSave Pro syncs your Apple Health data to a self-hosted time-series database you own, TimescaleDB (PostgreSQL), which is the native destination. If your stack is specifically InfluxDB, this guide is honest about the path: TimescaleDB is what you get out of the box, and you forward into InfluxDB from there with the REST API or Telegraf.

The honest answer first

Most people searching for "Apple Health to InfluxDB" don't actually need InfluxDB specifically, they want their Apple Health data in a self-hosted time-series database they control, so they can chart it in Grafana and keep a long record. HealthSave gives you exactly that, as TimescaleDB (PostgreSQL with time-series extensions). If that's you, you're done after Step 1. If you have an existing InfluxDB you genuinely want to feed, keep reading, it's a short forward.

The pipeline

iPhone (Apple Health)
   └─ HealthSave Pro ──(background sync, ~1–5 min)──▶ Observatory (FastAPI + TimescaleDB)
                                                        ├─▶ Grafana (SQL) — done for most people
                                                        └─▶ forwarder ──▶ InfluxDB (if you need it)

Step 1, Get Apple Health onto your own server

Stand up the open-core HealthSave Observatory (the datahub project, FastAPI + TimescaleDB via Docker), buy HealthSave Pro, and set Settings → Server Sync → Server URL to your server, then enable background sync. Within a few minutes your HealthKit samples are rows in your own TimescaleDB. This is the hard part, and it's now solved.

Step 2, Decide if you really need InfluxDB

You now own a time-series database. TimescaleDB does retention, continuous aggregates, and downsampling, and Grafana speaks to it natively. If your only goal was "Apple Health in a TSDB with Grafana," InfluxDB adds a second system for no benefit. Add it only if it's already part of your stack.

Step 3, Forward into InfluxDB (if you want it)

Two clean options:

Step 4, Point your dashboards at it

Configure Grafana's InfluxDB data source and confirm the measurements arrive. You can keep both databases, TimescaleDB as the system of record and InfluxDB for any panels that expect it.

TimescaleDB vs InfluxDB for health data

TimescaleDB (what you get)InfluxDB (forward to it)
Query languageSQL (joins, window functions)Flux / InfluxQL
Grafana supportNativeNative
Second system to runNoYes
Best whenYou want one store and SQLInfluxDB is already in your stack

What's free vs Pro

CapabilityTier
On-device dashboard, CSV/JSON exportFree
Background sync to your server (TimescaleDB)Pro
REST API (for the InfluxDB forwarder)Pro

Pro is a one-time $24.99 (US price, varies by region), Family Sharing included, no subscription.

Honest limits

Related

FAQ

Does HealthSave write to InfluxDB directly?

No. The native destination is TimescaleDB (PostgreSQL), which the Observatory brings up for you. To land data in InfluxDB specifically, you forward it from the Observatory's REST API or database, for example with a small script or Telegraf.

Then why use HealthSave for an InfluxDB setup?

HealthSave solves the hard part, getting HealthKit off the iPhone and onto a server you own, reliably and in the background. Forwarding rows from there into InfluxDB is a few lines; getting Apple Health out of the phone is not.

Is TimescaleDB a fine alternative to InfluxDB here?

For personal health history, usually yes. TimescaleDB is PostgreSQL with time-series superpowers, so you get SQL, joins, and Grafana support without a second database. Many people searching for "Apple Health to InfluxDB" really just want a self-hosted time-series store, which you already have.

Can Grafana read both?

Yes. Grafana has first-class data sources for both TimescaleDB/PostgreSQL and InfluxDB, so your dashboards work either way.

Is there a hosted version?

No. You run the Observatory, the database, and any forwarder yourself. There is no hosted backend.

HealthSave is not a medical device. It is for informational purposes only and does not diagnose, treat, cure, or prevent any disease or condition. The accuracy of any health data depends on your wearable device and its sensors. Privacy claims of zero data collection apply to the iOS app; self-host sync sends your data to your own server.

Get HealthSave

Download free, try the export, then unlock background sync to your own server with a one-time Pro purchase, and forward to InfluxDB from there if your stack needs it.

Download HealthSave on the App Store


HealthSave: Export Health Data, on iPhoneGet on the App Store