Stacktora
Stacktora / Vault / Scheduled Reports & Data Export
Analytics by @ops

Scheduled Reports & Data Export

Batch report generation on a schedule — CSV/PDF export, delivered async by a worker instead of generated inline and blocking a request. Distinct from real-time analytics: this is the "email me the weekly numbers" pattern, done properly.

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 scheduled-reports-data-export --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