Skip to content

Commit 1dfcc0d

Browse files
committed
Improved pipelines index page
1 parent e0cc62f commit 1dfcc0d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

src/content/docs/pipelines/index.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,29 @@ import { CardGrid, Description, Feature, LinkTitleCard, Plan, RelatedProduct } f
1515

1616
<Description>
1717

18-
Ingest, transform, and store real time data streams in R2.
18+
Ingest and load real time data streams to R2, using Cloudflare Pipelines.
1919

2020
</Description>
2121

2222
<Plan type="paid" />
2323

24+
Pipelines lets you ingest and load real time data streams into R2, without managing any infrastructure. You can send data to a Pipeline data via HTTP, or from a Worker. Your Pipeline will handle batching the data, generating compressed JSON files, and delivering the files to an R2 bucket.
25+
26+
Refer to the [get started guide](/pipelines/get-started) to start building with Pipelines.
27+
2428
***
2529
## Features
2630

31+
<Feature header="Build your first Pipeline" href="/pipelines/get-started/">
32+
Create your first Pipeline, and send data to it.
33+
</Feature>
34+
2735
<Feature header="HTTP as a source" href="/pipelines/sources/http/">
28-
Pipelines generate an HTTP endpoint, which you can post data to.
36+
Each Pipeline generates an HTTP endpoint to use for ingestion
2937
</Feature>
3038

31-
<Feature header="R2 as a sink" href="/queues/configuration/dead-letter-queues/">
32-
Convert incoming records into compressed JSON files, and write to R2.
39+
<Feature header="Batch and deliver records to R2" href="/pipelines/configuration/batching">
40+
Pipelines buffer records, before creating JSON files and delivering them to R2.
3341
</Feature>
3442

3543
***

0 commit comments

Comments
 (0)