Files
cloudlysis/docs/README.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

535 B

Cloudlysis Documentation

Sections

  • Architecture
    • docs/architecture/overview.md
    • docs/architecture/transport.md
  • Developer
    • docs/developer/setup.md
    • docs/developer/testing.md
  • Usage
    • docs/usage/quickstart.md
    • docs/usage/api.md
    • docs/usage/nats.md

Conventions

  • HTTP edge remains JSON over REST via Gateway.
  • Internal RPC uses gRPC between Gateway and nodes (Aggregate, Projection, Runner).
  • Async backbone uses NATS JetStream and KV with standardized subjects, headers, and stream/consumer policies.