Book 2 · Lesson 2.10 · recap

Book 2 capstone — full compose running

  • Start Kafka + Postgres + Redis + pipeline services
  • POST webhook and verify Postgres + radar
  • Self-grade Book 2 rubric

Prerequisites: 2.1 · 2.8 · 2.9

You finished Book 2 — Event-Driven Architecture. Prove it with the running stack.

Rubric (self-grade)

CriterionPass?
Name millipede’s two Kafka topics
Explain partition vs offset
Trace producer → consumer in chain
Describe team_events vs team_metrics
Redis pub/sub vs Query poll
Host vs compose network for Kafka

Animate the pipeline

Axum Ingestionraw-dev-events
Python LLM Workerenriched-dev-events
Rust AnalyzerPostgres + Redis
SolidJS Dashboardlive metrics

Network mental model

Selected: kafka — see infra/docker/

Book 2 → Book 3 bridge

Book 3 adds JWT, mTLS, and WASM redaction — security around the pipeline you just ran.

Teach-back prompt

Narrate one webhook from curl to a metric card in under 3 minutes.

Full compose running

Book 2 capstone

1. First Kafka topic a webhook hits…
2. Book 2 focused on…