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)
| Criterion | Pass? |
|---|---|
| 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) |
1
JWT curl → gateway :84432
gateway mTLS → ingestion webhook3
raw-dev-events → llm-worker4
enriched-dev-events → analyzer5
Postgres + Redis → radar :5174Axum Ingestion
Python LLM Worker
Rust Analyzer
SolidJS Dashboard
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
Lab complete — nice work.