Stacktora
Stacktora / Vault / Go + Postgres + Redis: Content Translation Workflow Backend
Content by @ops

Go + Postgres + Redis: Content Translation Workflow Backend

Translator assignment and review/approval stages for full content pieces — distinct from Localization/String Management: that's key-value UI string translation, this is a workflow for translating whole articles or pages with human review steps.

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

The stack

Go 1.26 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install go-content-translation-workflow --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