Snapshot of verae-nats-cluster from zapier monorepo (NATS cluster bench)
This commit is contained in:
commit
8afd8165dd
41 changed files with 1054 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue