Skip to content

Commit 152dd1c

Browse files
committed
Added more content about how pipelines works
1 parent 33137ac commit 152dd1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
25.4 KB
Loading

src/content/docs/pipelines/concepts/how-pipelines-work.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ sidebar:
55
order: 1
66
---
77

8-
TODO
8+
Cloudflare Pipelines lets you ingest high volumes of real time data, and load the data into R2. It's a useful tool to build a data lake of clickstream data, or load logs from a service to query later. Pipelines let you do this without managing any of the underlying infrastructure; you can just create a Pipeline and send data.
9+
10+
![Pipelines Architecture](~/assets/images/pipelines/architecture.png)
11+
12+
More coming soon!

0 commit comments

Comments
 (0)