Add operator console (Fleet, Trace, Docs) with screenshots
Some checks are pending
offline / test (push) Waiting to run
Some checks are pending
offline / test (push) Waiting to run
Unify loopback ops, hop testing, and reading order. Overview lists high-level docs first, then architecture, then the rest. Credits: Scott Lindsey, George Lambert, NATS.IO, Grok-Code by Grok.com.
This commit is contained in:
parent
a32c91475c
commit
cf4ef9e3af
17 changed files with 457 additions and 143 deletions
|
|
@ -46,3 +46,59 @@ Zapier → HTTPS `zappier-edge` → HTTPS `verae-middleware` → **NATS cluster*
|
|||
| [zapier-docs-master](https://git.georgelambert.org/marchon/zapier-docs-master) | Per-module SUMMARY + NATS |
|
||||
|
||||
Clone any of them: `git clone ssh://git@git.georgelambert.org:2223/marchon/<name>.git` (SSH port **2223**).
|
||||
|
||||
## Operator console (loopback)
|
||||
|
||||
Fleet, message **Trace**, and **Docs** share one shell at http://127.0.0.1:3850/ (`verae-fleet`). Not public. See [verae-fleet CONSOLE.md](https://git.georgelambert.org/marchon/verae-fleet/src/branch/main/docs/CONSOLE.md).
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Where to read next
|
||||
|
||||
Start at the top. Architecture is second. Everything else is reference.
|
||||
|
||||
### 1. High-level (non-technical)
|
||||
|
||||
| Document | What it is |
|
||||
|----------|------------|
|
||||
| **This overview** | Whole system in one place |
|
||||
| [Modules and repositories](02-modules-and-repos.md) | Short names of every independent repo |
|
||||
| [zapier-docs-master](https://git.georgelambert.org/marchon/zapier-docs-master) | One-line SUMMARY + NATS per module |
|
||||
| [zapier-user-docs](https://git.georgelambert.org/marchon/zapier-user-docs) | Signup → register a hash → lookup |
|
||||
|
||||
### 2. Architecture
|
||||
|
||||
| Document | What it is |
|
||||
|----------|------------|
|
||||
| [NATS 3-server cluster](03-nats-cluster.md) | Who may connect; private URLs |
|
||||
| [Uptime](04-uptime.md) | Replica floors, restart, SSH hosts |
|
||||
| [Local network failures](05-network-failures.md) | Reconnect, bloom silence, failover |
|
||||
| [Address routing](06-address-routing.md) | Unplanned functions as new subjects |
|
||||
| [External resources](07-external-resources.md) | Chain, WORM, tree-node search |
|
||||
| [Diagrams](08-diagrams.md) | SVG + mermaid |
|
||||
| [Fleet](https://zapier.georgelambert.org/docs/02-architecture/fleet.html) | Operator replica control |
|
||||
| [Module NATS map](https://zapier.georgelambert.org/docs/02-architecture/modules-and-nats.html) | Address table |
|
||||
| [Archive / bloom](https://zapier.georgelambert.org/docs/02-architecture/archive-nats.html) | Multipart and multi-receipt |
|
||||
| [Tree nodes](https://zapier.georgelambert.org/docs/02-architecture/tree-nodes.html) | Bulk Merkle leaves |
|
||||
| [Composition](https://zapier.georgelambert.org/docs/02-architecture/composition.html) | zappier + middleware HTTPS |
|
||||
|
||||
### 3. Remaining documentation
|
||||
|
||||
| Document | What it is |
|
||||
|----------|------------|
|
||||
| [Documentation index](INDEX.md) | A–Z and catalog URLs |
|
||||
| [Expansion template](09-expansion-template.md) / [verae-nats-process](https://git.georgelambert.org/marchon/verae-nats-process) | Copy this to add an address |
|
||||
| [Operator console](https://git.georgelambert.org/marchon/verae-fleet/src/branch/main/docs/CONSOLE.md) | Screenshots of Fleet / Trace / Docs |
|
||||
| [Simulator](https://git.georgelambert.org/marchon/verae-zapier-simulator) | Standalone trace (also inside the console) |
|
||||
| [Zapier developer setup](https://zapier.georgelambert.org/docs/04-activate/SETUP-ZAPIER-DEVELOPER.html) | CLI / login / push |
|
||||
| Live catalog | https://zapier.georgelambert.org/ |
|
||||
|
||||
---
|
||||
|
||||
## Credits
|
||||
|
||||
Design: **Scott Lindsey**, **George Lambert**, **NATS.IO**, and **Grok-Code** by [Grok.com](https://grok.com).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue