Skip to main content

Dagster & TypeScript

The dagster-pipes-typescript npm package is a Dagster Pipes implementation for the TypeScript programming language that allows integration between any TypeScript process and the Dagster orchestrator.

For more information, see the community integrations GitHub repository.

Prerequisites

Installation

@dagster-io/dagster-pipes is available as an npm package:

npm install @dagster-io/dagster-pipes

Example

For a usage example, see the README in the community integrations repository.

About Typescript

TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale. To get started with TypeScript, see the TypeScript docs.