docs: add docs folder (architecture, developer, usage); update README; wire probe TTL cache + concurrency notes into docs
Some checks failed
ci / ui (push) Failing after 28s
images / build-and-push (push) Failing after 19s
ci / rust (push) Failing after 2m26s

This commit is contained in:
2026-03-30 14:32:47 +03:00
parent 90c307016d
commit e9a0142396
12 changed files with 203 additions and 805 deletions

18
docs/README.md Normal file
View File

@@ -0,0 +1,18 @@
# 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.