Stacktora
Stacktora / Vault / Bulk CSV Import & Data Validation Service
Backend by @ops

Bulk CSV Import & Data Validation Service

User-uploaded bulk file processing — row-by-row validation and async import via a worker, with a real error report instead of a silent partial failure. Distinct from ETL: that pulls from external systems on a schedule; this is a user clicking 'import' on their own file, right now.

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 bulk-csv-import-validation --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