Client API
The Client API is designed to manage data flow in both directions. It’s composed of two key components:
- The Egress API: This API handles the retrieval of data from Data Pools, via its Data Views. It forms the outward-facing data pipeline, allowing applications to access and consume the data residing within those views. Think of it as pulling data out.
- The Ingestion API: This API facilitates the addition of data to Data Pools. It’s responsible for bringing new data streams into the system, populating the underlying Data Pools.
Updated on Aug 13, 2025