Skip to content

render-examples/render-workflows-examples-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TypeScript examples and reference implementations for building with Render Workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors