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
- Install node and npm
- Install the typescript compiler (
npm install -g typescript
)
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.