Skip to content

Commit d6524f2

Browse files
committed
updated link
1 parent 686d709 commit d6524f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/pipelines/2025-04-10-launching-pipelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hidden: true
1111

1212
Cloudflare Pipelines is now available in beta, to all users with a Workers Paid plan.
1313

14-
Pipelines let you ingest high volumes of real time data, without managing any infrastructure. A single pipeline can ingest up to 100 MB of data per second, via HTTP or from a Worker. Ingested data is automatically batched, written to output files, and delivered to an [R2 bucket](/r2) in your account. You can use Pipelines to build a data lake of clickstream data, or to store events from a Worker.
14+
Pipelines let you ingest high volumes of real time data, without managing any infrastructure. A single pipeline can ingest up to 100 MB of data per second, via HTTP or from a [Worker](/workers). Ingested data is automatically batched, written to output files, and delivered to an [R2 bucket](/r2) in your account. You can use Pipelines to build a data lake of clickstream data, or to store events from a Worker.
1515

1616
Create your first pipeline with a single command:
1717

0 commit comments

Comments
 (0)