Book 5 · Lesson 5.12 · recap

Book 5 capstone — full secured pipeline

  • Run gateway + llm-worker + analyzer + ingestion
  • JWT curl → enriched Postgres → radar
  • Self-grade Book 5 rubric

Prerequisites: 5.1 · 5.11

You finished Book 5 — Stages 2+3 Security + AI.

Rubric (self-grade)

CriterionPass?
MILLIPEDE_MTLS=1 gateway health
JWT metrics + webhook via :8443
llm-worker enriches events
Postgres has sentiment/risk_score
radar shows live feed (Book 6)
1JWT curl → gateway :8443
2gateway mTLS → ingestion webhook
3raw-dev-events → llm-worker
4enriched-dev-events → analyzer
5Postgres + Redis → radar :5174
Axum Ingestionraw-dev-events
Python LLM Workerenriched-dev-events
Rust AnalyzerPostgres + Redis
SolidJS Dashboardlive metrics

Book 5 → Book 6 bridge

Book 6 already ships radar UI — now your backend matches the secured + enriched pipeline.

Teach-back prompt

One diagram: gateway, Kafka, llm-worker, analyzer, radar.

Stage 2+3 full demo

Book 5 capstone

1. Book 5 shipped…
2. Full path includes…