Skip to content

Commit

Permalink
add pipes section
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Dec 19, 2024
1 parent 855302f commit 6234cbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/docs-beta/docs/guides/build/integrate/pipes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Dagster Pipes
---

Dagster is written in Python, but that doesn't mean it's that Python is the only language that can be used when materializing assets. With Dagster Pipes, you can run code in other languages and send information back to Dagster.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---
title: "Using Dagster Pipes to execute non-Python languages"
sidebar_label: "Dagster Pipes"
sidebar_position: 300
title: "Build pipelines in JavaScript"
sidebar_position: 100
---

Dagster is written in Python, but that doesn't mean it's that Python is the only language that can be used when materializing assets. With Dagster Pipes, you can run code in other languages and send information back to Dagster.

This guide covers how to run JavaScript with Dagster using Pipes, however, the same principle will apply to other languages.

<details>
Expand Down

0 comments on commit 6234cbe

Please sign in to comment.