Ship privacy-first analytics with a 10-second install.
PerformanceJuly 15, 2026 · 9 min read

Architecture: how Tracabit processes events

AL

Alex Rivera

Principal Systems Engineer

End to end telemetry architecture diagram with edge CDN and columnar store
Quick Takeaways

Sub-5ms ingestion is achieved through Bun HTTP runtime, edge TLS termination, and asynchronous batch insertions.

A detailed architectural walkthrough of our edge ingestion pipeline: TLS 1.3 termination at edge POPs, CORS origin validation, non-reversible djb2 session hashing, and asynchronous batch insertion into ClickHouse columnar storage.

By processing IP extraction and Geo-IP resolution entirely in edge memory, zero raw IP addresses ever hit persistent disk storage.

The result is sub-5ms analytical execution across billions of events with 100% compliance with global privacy regulations.

Written by Alex Rivera

Published on July 15, 2026 in Performance

Subscribe to our engineering journal.

Get technical teardowns, release announcements, and privacy engineering articles delivered once a month. No spam, ever.