DK
Back to active records

PX-01

Live

Live edge telemetry

Site Pulse.

A privacy-conscious event pipeline that turns activity on this site into a five-second operational dashboard.

Record / 2026 — present

Runtime
Cloudflare Workers
Storage
D1 / SQLite
Retention
72-hour policy

System path / 04 stages

  1. 01

    Browser

    Minimal page and interaction events

  2. 02

    Worker

    Validation, batching, and ingestion

  3. 03

    D1

    Short-lived event storage and rollups

  4. 04

    Monitor

    Five-second dashboard refresh

Decision notes / 03

D-01

Minimal data by design

The pipeline stores a random per-tab identifier and coarse country code, not IP addresses, names, or contact details.

D-02

Bounded history

An hourly Worker cleanup removes data beyond the 72-hour policy so the dashboard stays operational rather than becoming a visitor archive.

D-03

Edge-native path

The application, ingestion endpoint, database, and scheduled cleanup run within the Cloudflare deployment.