Files
cloudlysis/docs/usage/quickstart.md
Vlad Durnea e9a0142396
Some checks failed
ci / ui (push) Failing after 28s
images / build-and-push (push) Failing after 19s
ci / rust (push) Failing after 2m26s
docs: add docs folder (architecture, developer, usage); update README; wire probe TTL cache + concurrency notes into docs
2026-03-30 14:32:47 +03:00

495 B

Quick Start

Compose

docker compose up -d --build

Full stack with observability:

docker compose -f docker-compose.yml -f observability/docker-compose.yml up -d --build

Local Dev (minimal)

  • Start NATS locally
  • Run services:
cargo run -p aggregate
cargo run -p projection
cargo run -p runner
cargo run -p gateway

Verify

  • Gateway: GET /health, /ready, /metrics
  • Projection: GET /health, /ready, /metrics
  • Runner: GET /health, /ready, /metrics