Core Concepts
Pipeline Fetching
Securely stream and process data payloads with private runtimes.
Pipeline Fetching coordinates data pipelines between local agent applications and the cloud enclaves. It provides optimized transport mechanisms for high-volume fact syncs.
Processing Pipelines
- Local-first Buffering: Client applications write actions to a local SQLite buffer.
- Batch Encrypt: Buffered statements are aggregated, encrypted, and formatted into compressed payloads.
- Vault Synchronization: Payloads are posted to the enclave synchronization endpoint, writing direct snapshots to R2 without routing through a standard intermediary proxy server.