Server Installation
Strata Server is the self-hosted web application for semantic analytics and BI workflows. It is distributed as a private container image and supports multiple deployment approaches.
Deployment Flow
- Start with Choose Your Deployment Path
- Follow the selected deployment guide
- Validate runtime health and background processing
Deployment Options
Runtime Architecture
Strata Server runs as a single runtime process:
- A single Strata application service handles user traffic.
- The same service handles asynchronous platform processing.
Scale by running more identical web service instances/tasks behind your load balancer.
Core Prerequisites
| Requirement | Version / Notes |
|---|---|
| Docker Engine | 24+ |
| Docker Compose | v2.20+ |
| PostgreSQL | 18 (managed or self-hosted) |
| Network | Access to DB, registry, and storage endpoints |