Skip to main content

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

  1. Start with Choose Your Deployment Path
  2. Follow the selected deployment guide
  3. 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

RequirementVersion / Notes
Docker Engine24+
Docker Composev2.20+
PostgreSQL18 (managed or self-hosted)
NetworkAccess to DB, registry, and storage endpoints

Next References