Skip to content

StrataDeclarative, versioned data pipelines

Compiles to SQL β€” DuckDB/Postgres/BigQuery/Snowflake. Lineage + contracts as types, immutable snapshots, agent-safe.

Strata

Install ​

bash
pip install strata-lang
strata --help
bash
uv tool install strata-lang
strata --help
bash
curl -fsSL https://raw.githubusercontent.com/Tzinny-dev/strata/main/install.sh | bash
strata --help
bash
docker pull ghcr.io/tzinny-dev/strata:0.1.1
docker run --rm ghcr.io/tzinny-dev/strata:0.1.1 --help
  • Getting Started β€” strata check/build/run with real CLI output
  • Tutorial β€” end-to-end verified walkthrough
  • Reference β€” syntax, contracts, incremental, setops, JSON/arrays, dates, joins
  • Spec β€” grammar + types (normative)
  • Changelog β€” 0.1.0, 0.1.1, binary Fase 0-4

Status ​

CI Binary PyPI Coverage 81%

Prototype: 537 tests, 81% coverage, strata.spec onefile 34M, bench all green.

Working title v0.1 β€” strata-lang 0.1.1 on PyPI Β· strata 34M standalone Β· ghcr.io/tzinny-dev/strata

Released under the MIT License.