Skip to content

Commit 7cefa72

Browse files
authored
Update src/content/docs/pipelines/get-started.mdx
1 parent 62daf73 commit 7cefa72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/docs/pipelines/get-started.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ import { Render, PackageManagers } from "~/components";
1414

1515
Pipelines is in **public beta**, and any developer with a [paid Workers plan](/workers/platform/pricing/#workers) can start using Pipelines immediately.
1616

17-
Pipelines let you ingest real time streaming data, and store it in R2. Pipeline handles batching, partitioning, and optionally compressing your final files By following this guide, you'll create your first Pipeline, connect it to your R2 bucket, and post data to it via HTTP.
17+
Pipelines let you ingest real time streaming data, and store it in R2. Pipeline handles batching, partitioning, and optionally compressing your final files. By following this guide, you will:
18+
19+
1. Create your first Pipeline.
20+
2. Connect it to your R2 bucket.
21+
3. Post data to it via HTTP.
1822

1923
:::
2024

0 commit comments

Comments
 (0)