Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.47 KB

File metadata and controls

40 lines (28 loc) · 1.47 KB

Render Workflows TypeScript Examples

Example projects demonstrating Render Workflows using the @renderinc/sdk TypeScript SDK.

Examples

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

Getting started

Each example is a standalone Node.js project. To run any example:

cd <example>
npm install
npm run build
npm start

Prerequisites

  • Node.js 18+
  • A Render account (for deployment)

Deploying to Render

Each example can be deployed as a Render Workflow service. See the individual example READMEs for specific deployment instructions.

Learn more