Add overview repo and verae-nats-process expansion template
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
High-level system map with diagrams, TOC, and a docs index. Template worker shows how to add a new verae.* address for search, storage, or unplanned functions without teaching Zapier NATS.
This commit is contained in:
parent
a694f246fb
commit
a32c91475c
37 changed files with 767 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ Summaries, NATS contracts, and message flows for every Verae Time × Zapier modu
|
|||
| verae-zapier-simulator | https://git.georgelambert.org/marchon/verae-zapier-simulator |
|
||||
| zapier-user-docs | https://git.georgelambert.org/marchon/zapier-user-docs |
|
||||
| verae-fleet | https://git.georgelambert.org/marchon/verae-fleet |
|
||||
| **overview** | https://git.georgelambert.org/marchon/overview |
|
||||
| verae-nats-process | https://git.georgelambert.org/marchon/verae-nats-process |
|
||||
| **zapier-docs-master** (this repo) | https://git.georgelambert.org/marchon/zapier-docs-master |
|
||||
|
||||
Clone (SSH port 2223):
|
||||
|
|
@ -42,6 +44,8 @@ Clone (SSH port 2223):
|
|||
| zapier-simulator | Trace console (in-process) | — | — |
|
||||
| zapier-user-docs | Signup → lookup guide | — | — |
|
||||
| verae-fleet | Replica floors + monitor | — | — |
|
||||
| overview | System map | — | — |
|
||||
| nats-process | Template worker | example.process.in | example.process.out / reply.* |
|
||||
|
||||
## Documents in this repo
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,9 @@ Zapier cloud **never** connects to NATS. Only middleware workers and archives do
|
|||
| zapier-simulator | `verae-zapier-simulator` | Local HTTP :3847 | operator browser | in-process replay of all addresses |
|
||||
| zapier-user-docs | `zapier-user-docs` | Static | — | catalog `/user-docs/` |
|
||||
| verae-chain-client | `verae-chain-client` | Library | — | HTTPS `api.veraetime.net` or MOCK |
|
||||
| fleet | `verae-fleet` | Local HTTP :3850 | operator | keepFloor + SSH hosts |
|
||||
| overview | `overview` | Static | — | high-level map |
|
||||
| nats-process | `verae-nats-process` | Template worker | `verae.example.process.in` | `.out` / `.reply.*` |
|
||||
| docs-master | `zapier-docs-master` | Static | — | published on zapier.georgelambert.org |
|
||||
|
||||
## Addresses (subjects)
|
||||
|
|
|
|||
3
packages/docs-master/modules/overview/NATS.md
Normal file
3
packages/docs-master/modules/overview/NATS.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# NATS — overview
|
||||
|
||||
Documentation only. Describes the central 3-server cluster. Zapier never connects.
|
||||
3
packages/docs-master/modules/overview/SUMMARY.md
Normal file
3
packages/docs-master/modules/overview/SUMMARY.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# overview
|
||||
|
||||
High-level system map, 3-node NATS cluster, uptime, network failure, address routing. Repo: `overview`.
|
||||
3
packages/docs-master/modules/verae-nats-process/NATS.md
Normal file
3
packages/docs-master/modules/verae-nats-process/NATS.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# NATS — verae-nats-process
|
||||
|
||||
IN `verae.example.process.in` (queue `example-process`). OUT `.out` and `.reply.<id>`.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# verae-nats-process
|
||||
|
||||
Template for a new `verae.<area>.<resource>.*` worker. Copy this repo to expand.
|
||||
Loading…
Add table
Add a link
Reference in a new issue