Skip to main content

Data Flows

This page documents the key request and data flows across platform services. Each diagram shows what crosses service boundaries and in what order.


1. User Accessing a Cluster Service

The most common flow: a user in the Cogrion UI interacts with a data application running in their cluster. The BFF sits in the middle, translating the user's identity into a token the backend service will accept.


2. Deploying a Stack from the Catalog

When a user deploys an application, the request enters the Control Plane and fans out across both Cogrion-hosted and tenant-side executors depending on what each resource needs.


3. Workspace Provisioning

Creating a workspace is a specialised deployment flow. The platform selects the workspace stack template automatically based on the chosen cloud provider.


4. Agent Command Lifecycle

A closer look at how a single agent command travels from the Control Plane to the cluster and back.

Go Deeper