Document every repo in Sphinx, catalog PDFs, and verae-ops
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
Add missing package READMEs, expand Sphinx to all runtime modules, publish a LaTeX/PDF README book, and add verae-ops for Docker, Proxmox, VMs, dedicated hardware, and service linking. Catalog defaults to public PDF links for each module README and samples.
This commit is contained in:
parent
5ad3222def
commit
e401635fd6
222 changed files with 4498 additions and 123 deletions
29
docs/sphinx/repos/verae-archive-aggregator.md
Normal file
29
docs/sphinx/repos/verae-archive-aggregator.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# verae-archive-aggregator
|
||||
|
||||
When a wait path sets `includeAttached`, this process broadcasts `verae.archive.query` and **merges** replies into the job JSON. Silent bloom misses omit slices; the chain receipt still succeeds.
|
||||
|
||||
**Forgejo:** https://git.georgelambert.org/marchon/verae-archive-aggregator
|
||||
**Catalog:** https://zapier.georgelambert.org/packages/verae-archive-aggregator/README.pdf
|
||||
**NATS:** https://zapier.georgelambert.org/docs-master/modules/verae-archive-aggregator/NATS.pdf
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
cd packages/verae-archive-aggregator
|
||||
npm test
|
||||
```
|
||||
|
||||
## Addresses
|
||||
|
||||
| Direction | Subject |
|
||||
|-----------|---------|
|
||||
| out | `verae.archive.query` `{ correlationId, sha256, tenantId, kinds[] }` |
|
||||
| in | `verae.archive.reply.<correlationId>` (hits only) |
|
||||
|
||||
## Depends on
|
||||
|
||||
- middleware wait path (`includeAttached` / `includeTree`)
|
||||
- one or more archive-worm and/or tree-node replicas
|
||||
- NATS (private)
|
||||
|
||||
Timeout: missing archives omit their records; do not fail the seal.
|
||||
Loading…
Add table
Add a link
Reference in a new issue