Examples & Integrations
Examples
Reference architectures and practical implementation templates.
Examples & Integrations
Reference architectures and practical implementation templates.
| Layer | Suggestion |
|---|---|
| Queue | BullMQ / SQS |
| Workers | Node.js or Python |
| Storage | S3/R2 for assets |
| DB | PostgreSQL for job state |
| Scenario | Recommended Example |
|---|---|
| Simple SaaS app integration | Next.js Integration |
| Large async batch processing | Python Batch Worker / Node Queue Worker |
| Automation-first no-code flow | n8n Integration |