# Task 02 — Embedding Guides (Axum/Actix/CLI) **Goal:** show how to wire tidalDB into real hosts so customers don’t guess. ## Deliverables - Axum guide: builder in `State`, graceful shutdown via `with_graceful_shutdown`. - Actix guide: `Data` example + metric endpoint mounting. - CLI embedding: minimal binary using builder + tidalctl for smoke test. - Docs page (mdx) referencing all three. ## Acceptance Criteria - Each guide lives under `/examples` with README instructions. - Guides double as integration tests (run during CI). - Includes “cleanup” guidance referencing TempTidalHome helper.