This repository contains example Phlo projects you can use as references or starting points.
Each example is a standalone project with its own phlo.yaml, workflows/, and
workflows/transforms/dbt dbt project.
nightscout/: Nightscout glucose data ingestion, quality, and dbt transforms.github/: GitHub API ingestion with merge strategies and dbt marts.pokemon/: PokeAPI ingestion with silver/gold dbt models.analyst-duckdb-demo/: Lightweight demo using DuckDB for local analysis.
example/
├── .phlo/ # Local infra config
├── workflows/ # Ingestion + quality + transforms
│ ├── ingestion/
│ ├── schemas/
│ └── transforms/dbt/
├── tests/
├── phlo.yaml
└── pyproject.toml
- Copy an example into a new directory.
- Follow the README inside the example for setup and run commands.