Pipeline
The Pipeline feature allows tenants to connect external data sources and ingest data into the platform. Users configure source connectors, define ingestion pipelines, and monitor their execution.
Services Behind This Feature
| Service | Role |
|---|---|
| BFF API | Proxies requests and handles token exchange to the pipeline backend. |
| Pipeline Backend | Manages connector configuration, ingestion scheduling, and execution monitoring. Runs inside the tenant cluster. |
Go Deeper
- Security → Authentication in the Cogrion UI
- Platform Developer → Deployment Lifecycle