Stacktora / Vault / Python + MariaDB + Redis: Legacy-friendly Baseline
Backend by @ops

Python + MariaDB + Redis: Legacy-friendly Baseline

A Python backend built around MariaDB — a natural fit for teams migrating off older MySQL-family systems without a database rewrite — with Redis for caching and session state layered on top.

Open in generator Browse the Vault

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

The stack

Python 3.12 MariaDBRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-mariadb-legacy --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

Submit your own recipe