Examples
import { CardGrid, LinkCard } from ‘@astrojs/starlight/components’;
Rime examples are complete projects: DAGs, scripts, data, and the expected artifacts they write. Use this section as a cookbook after the quick start.

Choose an Example
Section titled “Choose an Example”| If you want to learn… | Start with |
|---|---|
| The minimum DAG shape | Single-file pipeline |
| Built-in nodes over tabular data | Penguin classifier |
| SQL ingress through DuckDB | DuckDB single source |
| A larger multi-branch graph | DAG showcase |
| Programmatic execution | Embed in Node |
| A full polyglot narrative | Cars x CO2 emissions |
Flagship
Section titled “Flagship”Teaching
Section titled “Teaching”Integration
Section titled “Integration”Cookbook Pattern
Section titled “Cookbook Pattern”Each example page follows the same format:
- What the example teaches.
- The project layout.
- The important DAG nodes.
- How to validate, run, and build.
- Which artifacts to inspect.
When evaluating an example, open both the DAG and the generated report. The DAG shows the contract; the report shows whether the contract produced the expected tables, stats, warnings, and cache behavior.