Some checks are pending
offline / test (push) Waiting to run
Each module has SUMMARY.md and NATS.md (who sends/receives, subject addresses, payload). Tests: splitter 3, worm 3, aggregator 2. Forgejo repos pushed separately; this commit keeps them in the monorepo.
21 lines
954 B
Markdown
21 lines
954 B
Markdown
# zapier-docs-master
|
||
|
||
Summaries and NATS interaction map for every Verae Time × Zapier module.
|
||
|
||
**Live HTML:** https://zapier.georgelambert.org/
|
||
|
||
**Monorepo:** https://git.georgelambert.org/marchon/master-zapier-plan-draft
|
||
|
||
## Modules
|
||
|
||
| Module | Summary | NATS in | NATS out |
|
||
|--------|---------|---------|----------|
|
||
| zappier-edge | Metered HTTPS for Zapier | — | — (HTTPS to middleware) |
|
||
| verae-middleware | Job id + wait HTTP | jobs.events | jobs.watch, archive.query via aggregator |
|
||
| verae-activate | Pushable Zapier app | — | — |
|
||
| verae-zapier-app | Full Zapier nouns | — | — |
|
||
| request-splitter | Hash vs files | — | archive.put |
|
||
| archive-worm | Bloom WORM node | archive.query, archive.put | archive.reply.* (hit only) |
|
||
| archive-aggregator | Merge archive replies | archive.reply.* | archive.query |
|
||
|
||
Full contracts: `../docs/02-architecture/modules-and-nats.md` and `archive-nats.md` in the monorepo / on the website.
|