Request Flow & Data Lifecycle
Request lifecycle (end-to-end)
Acceso keeps request behavior consistent across domains. That consistency is what makes automation safe.
Acceso turns upstream data into normalized, reusable primitives. Those primitives then power multiple products (REST, streams, webhooks, SDKs).
Data lifecycle (what happens to raw inputs)
Ingest raw data from upstream sources (RPCs, protocol APIs, vendors).
Parse into internal representations (instruction decoding, adapters).
Normalize into stable schemas (consistent naming and typing).
Enrich with derived fields and context (when safe and deterministic).
Cache normalized payloads or derived views based on volatility.
Deliver via request/response or event-driven channels.
Delivery surface choices
Pick REST vs streams vs webhooks based on freshness needs:
Freshness and delivery choices
The full gateway path: Request Lifecycle
Caching model: Data Flow, Caching & Performance
Last updated