| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example projects demonstrating Render Workflows using the @renderinc/sdk TypeScript SDK.
| Example | Description |
|---|---|
| hello-world | Simplest workflow — learn tasks, subtasks, and orchestration |
| etl-job | Extract, transform, load pipeline with retry handling |
| data-pipeline | Multi-source data pipeline with enrichment and segmentation |
| file-processing | File ingestion with validation, parsing, and transformation |
| openai-agent | AI-powered workflow using OpenAI for text analysis |
| file-analyzer | Two-service architecture: API gateway + workflow service for CSV analysis |
Each example is a standalone Node.js project. To run any example:
cd <example>
npm install
npm run build
npm startEach example can be deployed as a Render Workflow service. See the individual example READMEs for specific deployment instructions.
| Back | FazBrowse Home | New Git URL |