Initial import of zapier-docs-master from zapier monorepo
This commit is contained in:
commit
04bc1eadb4
31 changed files with 484 additions and 0 deletions
8
modules/verae-request-splitter/NATS.md
Normal file
8
modules/verae-request-splitter/NATS.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# NATS — verae-request-splitter
|
||||
|
||||
| Direction | Address | To | Body |
|
||||
|-----------|---------|-----|------|
|
||||
| OUT | `verae.archive.put` | each WORM | one message per publicMeta / privateMeta / file |
|
||||
| OUT | (in-process) chain | middleware | `{ sha256, hashAlg, data? }` |
|
||||
|
||||
No inbound NATS in the in-process embedding.
|
||||
13
modules/verae-request-splitter/SUMMARY.md
Normal file
13
modules/verae-request-splitter/SUMMARY.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# verae-request-splitter
|
||||
|
||||
**Job:** Peel a request into (1) chain hash and (2) off-chain archive puts.
|
||||
|
||||
**Expects messages from:** middleware-http (in-process call today; later NATS `verae.splitter.in` if split out).
|
||||
|
||||
**Sends messages to:**
|
||||
- Chain path: `{ sha256, hashAlg, data? }`
|
||||
- `verae.archive.put` for each `publicMeta` / `privateMeta` / `file`
|
||||
|
||||
**Does not talk to Zapier or NATS job poller.**
|
||||
|
||||
**Test:** `npm test` — hash-only has zero puts; two files + public meta → 3 puts.
|
||||
Loading…
Add table
Add a link
Reference in a new issue