Sync Data banner
chayuto chayuto

Sync Data

Data community

Description

# Sync sensor readings from Supabase to Hugging Face Move Govee monitor readings out of the Supabase buffer into the durable Hugging Face parquet archive. Usage: `/sync-data [--days N | --all] [--dry-run] [--prune-days N]` Supabase holds a rolling window; Hugging Face is the archive. This is the job that bridges them, and it is safe to run at any cadence — on demand, from cron, or from a scheduled agent. ## Why it is safe to re-run Every reading carries a deterministic UUIDv7 minted on the d

Installation

Installs to ~/.claude/commands/chayuto-esp32-c6-touch-amoled-1.8-sync-data.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/chayuto/ESP32-C6-Touch-AMOLED-1.8/HEAD/.claude/commands/sync-data.md -o ~/.claude/commands/chayuto-esp32-c6-touch-amoled-1.8-sync-data.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository