Stacktora
Stacktora / Vault / Data Pipeline / ETL Starter
Background Jobs by @ops

Data Pipeline / ETL Starter

Python + Kafka + a Celery worker for real batch/stream data processing — scheduled transforms and event-driven pipelines, not an on-demand job queue. Distinct from the Job Queue & Scheduler recipe: that's request-triggered background work, this is data moving on its own schedule.

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

The stack

Python 3.12 PostgreSQL Kafka

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install data-pipeline-etl --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