Library Settings Get Help
Stacktora
Stacktora / Vault / Elixir + Postgres + Redis: Live Sports Score & Event Ticker
Real-time by @ops

Elixir + Postgres + Redis: Live Sports Score & Event Ticker

Live-updating scores and event feeds broadcast to many simultaneous viewers — Elixir/OTP's connection-handling model suiting the fan-out-to-thousands-of-viewers shape of this problem specifically.

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

The stack

Elixir 1.20 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install elixir-live-sports-event-ticker --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