Home › Articles
Articles¶
Longer-form guides on working with bollhav — the why and how, beyond the per-object reference.
| Article | What it covers | |
|---|---|---|
| Virtual environments | Isolating bollhav + each pipeline's connector deps; when a venv is enough and when you need Docker | TODO |
| State | What state buys you (resumability, in-band ordering, concurrency) and when to turn it on | TODO |
| Orchestration | Bring-your-own-orchestrator (no state) vs. contracts-as-the-DAG (with state) | ✓ |
| Testing locally | Run a whole pipeline end-to-end on your machine; backfill with parallel processes | ✓ |
| Lineage | How a model-level, cross-pipeline, state-aware lineage graph falls out of the library | ✓ |