Runtime services
- Control plane: FastAPI web app, portal UI, API, metadata, settings, promotions, and run summaries.
- Worker: dlt source actions, dbt execution, Evidence rebuild calls, Assistant runtime, and bounded tools.
- ClickHouse: source and analytics runtime.
- dbt Core: transformations from selected source schemas into staging, warehouse, and marts layers.
- Evidence: dashboard project and preview service.
- Prefect: runtime scheduling and operational workflows.
- GitHub: governed promotion boundary between Staging and Prod.
- OpenAI Platform: Assistant and Initial Run generation.
Source-to-production path
- Data lands in ClickHouse through Platinur Integrations or an external customer process.
- The operator selects schemas and tables in Operations.
- Initial Run generates a validated dbt proposal in Staging.
- The proposal is applied to the staging workspace and branch.
- dbt and Evidence validate the staged work.
- Promotions creates a GitHub PR from the staging branch to the production branch.
- After merge, production runs use the configured production branch as source of truth.
- Monitoring records runs, failures, and audit activity.