Snapshot of verae-nats-cluster from zapier monorepo (NS1-host NATS study)

This commit is contained in:
George Lambert 2026-09-12 01:16:24 -04:00
commit 59c2410932
79 changed files with 4063 additions and 0 deletions

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "verae-nats-cluster",
"version": "0.1.0",
"private": true,
"description": "Three-node NATS JetStream cluster on distinct Proxmox LXC guests (vmbr1 only)",
"scripts": {
"create": "bash scripts/create-cluster.sh",
"test": "bash scripts/test.sh",
"status": "bash scripts/status.sh",
"bench": "bash scripts/bench.sh"
}
}