Skip to content

Recipes

Self-contained, copy-paste solutions to real tasks. Each one runs against the in-memory or SQLite backend with no setup.

  • Recipe № 1

    Impact analysis


    "If we deprecate this, what breaks?" Walk the dependency graph downstream to find the full blast radius before you change anything.

  • Recipe № 2

    Point-in-time inventory


    Reconstruct exactly which models were active — and in what state — on any past date. The answer an examiner actually wants.

  • Recipe № 3

    Discover from a SQL registry


    Point a connector at a database table and pull models into the ledger on a schedule, idempotently.

More on the way

This gallery grows. Recipes are verified against the SDK so they can't quietly rot — if a release breaks one, the build fails.