Skip to content

Commit b452a6d

Browse files
authored
Update 2025-04-10-launching-pipelines.mdx
1 parent e1a1970 commit b452a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ date: 2025-04-10 12:00:00 UTC
99
hidden: true
1010
---
1111

12-
Cloudflare Pipelines is now available in beta, to all users with a Workers Paid plan.
12+
[Cloudflare Pipelines](/pipelines) is now available in beta, to all users with a [Workers Paid](/workers/platform/pricing) 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](/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.
14+
Pipelines let you ingest high volumes of real time data, without managing the underlying 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)