OrcheStack is a cost-effective, containerised data platform built for Nigerian organisations. Sign up, pick one tool per pipeline layer and your modern data infrastructure is ready. No cloud bills, no vendor lock-in.
From ingestion through transformation and storage to visualization in minutes. These are OrcheStack's tested defaults; pick alternatives for any layer during setup.
(More connectors, warehouses and BI tools coming soon)
Install ships minimal. Services pull and start only when you enable them. Hot-tier services stay running for stakeholders. Cold-tier services spin up on schedule or on click, then shut down when idle.
No Kubernetes, no cloud accounts, no licences. Just Docker and your host machine.
OrcheStack ships as a single Docker Compose file. Install Docker for your OS, then pull our compose file in one command each.
# 1. Install Docker Desktop (Apple Silicon build) # https://docs.docker.com/desktop/install/mac-install/ # 2. Pull OrcheStack $ curl -fsSL https://orchestack.africa/install.sh | bash
# 1. Install Docker Desktop (Intel build) # https://docs.docker.com/desktop/install/mac-install/ # 2. Pull OrcheStack $ curl -fsSL https://orchestack.africa/install.sh | bash
# 1. Install Docker Engine (ARM64, e.g. Raspberry Pi / Graviton) $ curl -fsSL https://get.docker.com | sh # 2. Pull OrcheStack $ curl -fsSL https://orchestack.africa/install.sh | bash
# 1. Install Docker Engine $ curl -fsSL https://get.docker.com | sh # 2. Pull OrcheStack $ curl -fsSL https://orchestack.africa/install.sh | bash
# 1. Install WSL2 + Docker Desktop (PowerShell, admin) > wsl --install # 2. Inside WSL Ubuntu, pull OrcheStack $ curl -fsSL https://orchestack.africa/install.sh | bash
Only the base control plane starts. It requires about 2 GB of RAM. Other services wait until you enable them in the next step.
$ docker compose up -d [+] Running 4/4 ✓ proxy ✓ front ✓ postgres ✓ dashboard Ready at http://localhost
Open http://localhost. The first user becomes Admin. Then pick one tool per pipeline layer and OrcheStack pulls only the Docker images you chose.
# OrcheStack opens the setup wizard # → Welcome → Pick tools → Enter creds → Deploy # Ingestion → Airbyte # Transform → dbt Core # Warehouse → PostgreSQL # Quality → Great Expectations # BI → Metabase
All services are now wired together. Run the default DAG on demand or leave it on the nightly schedule and your dashboards update automatically.
Start your next data project in minutes.