Setup #
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template progress-tracking
cd my-project
cp .env.example .env
# Edit .env with your PostgreSQL database URL
pnpm db:push
pnpm dev
Demonstrates real-time job progress tracking with dataset processing and file upload simulations. Shows progress updates and event monitoring.
Use the CLI to create this example:
npx create-vorsteh-queue@latest my-project --template progress-tracking
cd my-project
cp .env.example .env
# Edit .env with your PostgreSQL database URL
pnpm db:push
pnpm dev
On This Page