Skip to content

Learning path: Engineers

This page explains Learning path: Engineers and how it fits into the RecSys suite.

Goals

  • Run the pipeline locally
  • Understand code structure (ports/adapters/usecases)
  • Add a new artifact type safely
  • Debug failures

Read in this order

1) tutorials/local-quickstart.md 1) reference/cli.md 1) reference/config.md 1) explanation/architecture.md 1) how-to/add-artifact-type.md 1) contributing/dev-workflow.md

Golden rules

  • Domain must stay IO-free and deterministic.
  • Publishing must be atomic.
  • Every step must be safe to retry.