Open Data Platform

An open, developer-first data platform that combines orchestration, lakehouse processing, governance, BI, and observability in one stack.

Open Data Platform

Core Capabilities

Medallion Architecture

Ingest and transform data through Bronze, Silver, and Gold layers with both Spark-compatible and Postgres/dbt transformation paths.

Full Observability

Integrated Prometheus metrics, Grafana dashboards, Loki logs, and Tempo traces with OpenTelemetry instrumentation.

Deploy Anywhere

Run locally with Docker Compose, scale with Kubernetes (kind), or deploy to Azure AKS and Scaleway with Terraform.

Architecture

Three planes — Operator, Control, and Data — connected through a React launchpad that links all platform surfaces.

Quick Start

Get the full platform running locally in three commands.

terminal
# Clone and configure
$ cp .env.template .env

# Bootstrap the full stack
$ ./scripts/platform/bootstrap_all.sh --auto-fill-env

# Open the platform launchpad
$ open http://localhost:3000

See the full Development Guide for prerequisites and advanced setup.