Deployment
caution
This page will be completed when the implementation phase begins. It will cover containerised deployment, environment variables, secrets management, and rollback procedures.
Components to Deploy
| Component | Type | Notes |
|---|---|---|
| Data Collector | Python service | Stateless — horizontally scalable |
| Assessment Engine | Python service | Stateless — CPU intensive during AI inference |
| Report Generator | Python service | Stateless |
| Web + Onboarding | Next.js or similar | Stateful session for onboarding flow |
| Ephemeral Data Store | Cloud blob store | Managed service — no deployment needed |
| Key Management Service | Cloud KMS | Managed service — no deployment needed |
| Admin notification | Email + webhook | Managed service |