Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Handler source is grouped under `src/components/core/`:
`getComputeResult` (+ `getComputeStreamableLogs`) → `stopCompute`. Paid compute settles via
the `Escrow` component; `serviceResourceMatching.ts` maps requested cpu/ram/disk/gpu against
environment pools (dual-gate: per-env ceiling + engine-wide pool; GPUs tracked globally).
See `docs/compute-pricing.md`, `docs/GPU.md`.
See `docs/compute.md`.
- **database/** — `Database.init()` factory (`index.ts`, `DatabaseFactory.ts`). The metadata
DB backend is pluggable: **Typesense or Elasticsearch** (chosen by `DB_TYPE`) for DDOs,
indexer state, logs, orders, ddoState, access lists, escrow events — behind the
Expand Down Expand Up @@ -317,5 +317,5 @@ can talk to `/var/run/docker.sock`. Deployment options (Docker, local Docker bui
`Arhitecture.md` (note the spelling), `API.md` (full HTTP API reference — very large, plus a
Postman collection), `env.md` (authoritative env-var reference), `database.md`,
`Storage.md` / `persistentStorage.md`, `KeyManager.md`, `PolicyServer.md`, `services.md`
(Service-on-Demand), `compute-pricing.md` / `GPU.md` (C2D), `networking.md`, `Logs.md`,
(Service-on-Demand), `compute.md` (C2D configuration: resources, GPUs, constraints, pricing), `networking.md`, `Logs.md`,
`Publishing.md`, `testing.md`, `dockerDeployment.md`.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,5 @@ Your node is now running. To start additional nodes, repeat these steps in a new
- [Network Configuration](docs/networking.md)
- [Logging & accessing logs](docs/networking.md)
- [Docker Deployment Guide](docs/dockerDeployment.md)
- [C2D GPU Guide](docs/GPU.md)
- [Compute pricing](docs/compute-pricing.md)
- [Compute (C2D) Configuration — resources, GPUs, constraints, pricing](docs/compute.md)
- [Services (Service-on-Demand)](docs/services.md)
Loading
Loading