Cloud storage (S3, GCS, Azure Blob)
Authentication
Data Structure
2022-03-16/
{event_type}/
{user_id}-{timestamp}.json # Auth/misc events
{data_type}/
{user_id}-{start_time}.json # Data events (activity, sleep, etc.)2022-03-16/auth/abc123-2026-03-12T14:30:00Z.json
2022-03-16/activity/abc123-2026-03-12T06:00:00Z.json
2022-03-16/sleep/abc123-2026-03-11T22:00:00Z.jsonLast updated
Was this helpful?