Stacktora
Stacktora / Vault / Python + Postgres: Research Data Pipeline with Provenance Tracking
Analytics by @ops

Python + Postgres: Research Data Pipeline with Provenance Tracking

A data pipeline that records exactly where every dataset and transformation came from, a worker processing runs and logging lineage — distinct from generic ETL: built for research/pharma contexts where reproducibility and provenance are the actual requirement, not just moving data.

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

The stack

Python 3.12 PostgreSQL

Install

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