Commit Graph

6 Commits

Author SHA1 Message Date
amianthus
4eca646ded feat: 🎸 sync tinybird 2026-04-06 17:15:27 +01:00
amianthus
11cbd4c151 feat: 🎸 mvs and scripts 2026-04-06 12:52:47 +01:00
amianthus
efe63ac862 refactor: 💡 prune unused files 2026-02-26 16:53:40 +00:00
amianthus
058418a374 feat: 🎸 final scripts and datasources for cdc 2026-02-26 14:14:26 +00:00
amianthus
207a10e73e feat: 🎸 perfect script for backfilling 2026-01-30 15:46:19 +00:00
amianthus
6d52409d6c feat: add Tinybird dual-write infrastructure
Add parallel event ingestion to Tinybird alongside existing Postgres/ClickHouse flow.
Events are sent to both systems simultaneously via EventBatchingManager.

- Add Tinybird client setup and ingest endpoint (zod-bird)
- Add event mapping and send utilities with retry/error handling
- Add complete Tinybird datafiles (datasources, pipes, materializations, copies, scripts)
- Modify EventBatchingManager to dual-write to SQS + Tinybird
- Route track events through batching manager

Tinybird will silently skip if not configured (TINYBIRD_URL/TINYBIRD_TOKEN).
2026-01-29 17:52:35 +00:00