Skip to content

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.

Rime report preview showing the DAG overview, cached nodes, and persisted table outputs.

If you want to learn…Start with
The minimum DAG shapeSingle-file pipeline
Built-in nodes over tabular dataPenguin classifier
SQL ingress through DuckDBDuckDB single source
A larger multi-branch graphDAG showcase
Programmatic executionEmbed in Node
A full polyglot narrativeCars x CO2 emissions

Each example page follows the same format:

  1. What the example teaches.
  2. The project layout.
  3. The important DAG nodes.
  4. How to validate, run, and build.
  5. 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.