Library Settings Get Help
Stacktora
Stacktora / Vault / Social Graph / Follow-Feed Backend
Backend by @ops

Social Graph / Follow-Feed Backend

Following/followers as a real graph, with Redis-cached feed generation instead of an expensive JOIN on every page load. The same shape of problem Stacktora's own Vault profile/follower system has to solve.

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

The stack

Node.js 24 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install social-graph-follow-feed --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