Pillar 03 • Reactive Subscriptions

Zero-Copy Change Data Capture (CDC)

Kill polling forever. Stream database mutations into agent memory in under 500 nanoseconds.

The Polling Tax

Periodic database polling (SELECT ... WHERE updated_at > ...) burns CPU cycles and delays event processing. Modern agent loops and real-time security pipelines require instant reactive push notifications.

The UniDB CDC Engine

# Stream MCP agent task transitions in real time
unidb listen --domain task --follow --format json | jq '.payload'