- Add BUILD.bazel across tidal, tidal-net, tidal-server, tidalctl for bzlmod build - Add tidal/ crate docs (README, CHANGELOG, CONTRIBUTING, AGENTS, CLAUDE, API, ARCHITECTURE) and ai-lookup reference - Add docker standalone/cluster/deploy images, compose, and prometheus config - Harden WAL (batch format, writer, dedup, diagnostics), text syncer/collectors, and vector registry - Expand tidalctl CLI and tests; restructure WAL/visibility integration test suites - Refine tidal-net transport/client/server and tidal-server cluster/scatter-gather
690 B
690 B
Milestone 0 · Phase 3 — Samples & Docs
Objective: provide living examples so every change to the builder/tooling is exercised in CI. This phase adds doctest-backed quickstarts plus integration tests wiring tidalDB into typical Rust stacks.
Success criteria
- Quick-start snippet (For You microdemo) lives in
/examplesand is referenced from docs/site; compiled viacargo test --doc. - Axum/Actix embedding examples show graceful shutdown and metrics wiring.
- CONTRIBUTING section updated with “run the samples” checklist.
Dependencies: Phase 1 + 2 (uses builder + CLI output).
Unblocks: Developer onboarding, future blog posts, automated regression tests.