Library Settings Get Help
Stacktora
Stacktora / Vault / Go + Redis + NATS: Distributed Lock & Coordination Service
Infrastructure by @ops

Go + Redis + NATS: Distributed Lock & Coordination Service

A distributed locking and leader-election primitive as its own service — Redis for the lock state, NATS for coordination messaging across instances. The low-level infra piece that sits underneath 'only one instance should do this at a time.'

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Go 1.26 Redis NATS

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install go-distributed-lock-coordination --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault