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
20
packages/verae-nats-process/README.md
Normal file
20
packages/verae-nats-process/README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# verae-nats-process
|
||||
|
||||
Template for a new **addressed messaging process** on the central Verae NATS.IO cluster.
|
||||
|
||||
**Repo:** https://git.georgelambert.org/marchon/verae-nats-process
|
||||
**Clone:** `ssh://git@git.georgelambert.org:2223/marchon/verae-nats-process.git`
|
||||
**Overview:** https://git.georgelambert.org/marchon/overview
|
||||
|
||||
```bash
|
||||
npm test
|
||||
npm start # /health on 127.0.0.1:13900
|
||||
```
|
||||
|
||||
1. Duplicate this repository (new Forgejo name).
|
||||
2. Edit `src/subjects.js` — `verae.<area>.<resource>.*`.
|
||||
3. Replace `handle()` in `src/handle.js`.
|
||||
4. Update `ROUTING.md`; add a fleet service with `min`/`max`.
|
||||
5. If Zapier needs the result, add HTTPS on **verae-middleware** only.
|
||||
|
||||
Zapier cloud must not subscribe. See [overview 06-address-routing](https://git.georgelambert.org/marchon/overview/src/branch/main/06-address-routing.md).
|
||||
Loading…
Add table
Add a link
Reference in a new issue