Commit Graph

9 Commits

Author SHA1 Message Date
amianthus
11cbd4c151 feat: 🎸 mvs and scripts 2026-04-06 12:52:47 +01:00
amianthus
19e6083b16 feat: 🎸 firecrawl emergency 2026-04-05 17:47:33 +01:00
amianthus
7debe1c533 perf: ️ speed up aggregations without property filters 2026-04-02 11:09:47 +01:00
amianthus
d1606f9a4e feat: 🎸 introduce entity_id to list and aggregate events 2026-03-17 14:55:54 +00:00
amianthus
b349309e44 fix: 🐛 group by being weird 2026-03-16 11:32:13 +00:00
amianthus
2c69919e3f perf: ️ engine sort by id; pipe prefill ordered 2026-03-10 10:58:09 +00:00
amianthus
d90fd59b99 fix: 🐛 cleanups before prod 2026-02-02 13:14:27 +00:00
amianthus
c571c5d380 fix: 🐛 speeds got wiped for some reason, add top event names 2026-01-30 17:31:52 +00:00
amianthus
1dc4ad1a22 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 Tinybird datasources and materialized views
- 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:28:41 +00:00