You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/pipelines/concepts/how-pipelines-work.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
pcx_content_type: concept
3
-
title: How Pipelines Work
3
+
title: How pipelines Work
4
4
sidebar:
5
5
order: 1
6
6
---
@@ -16,9 +16,9 @@ This guide explains how a pipeline works.
16
16
### Sources
17
17
Pipelines supports the following sources:
18
18
*[HTTP Clients](/pipelines/build-with-pipelines/http), with optional authentication and CORS settings
19
-
*[Cloudflare Worker](/workers/), using the [Pipelines Workers API](/pipelines/build-with-pipelines/workers-apis)
19
+
*[Cloudflare Workers](/workers/), using the [Pipelines Workers API](/pipelines/build-with-pipelines/workers-apis)
20
20
21
-
Multiple sources can be active on a single pipeline simultaneously. For example, you can create a pipeline which accepts data from both a Worker, and via HTTP. Multiple workers can be configured to send data to the same pipeline. There is no limit to the number of source clients.
21
+
Multiple sources can be active on a single pipeline simultaneously. For example, you can create a pipeline which accepts data from Workers and via HTTP. Multiple workers can be configured to send data to the same pipeline. There is no limit to the number of source clients.
22
22
23
23
### Data format
24
24
Pipelines can ingest JSON serializable records.
@@ -27,7 +27,7 @@ Pipelines can ingest JSON serializable records.
27
27
Pipelines supports delivering data into [R2 Object Storage](/r2/). Ingested data is delivered as newline delimited JSON files (`ndjson`), with optional compression. Multiple pipelines can be configured to deliver data to the same R2 bucket.
28
28
29
29
## Data durability
30
-
Pipelines are designed to be reliable. Data sent to a pipeline should be delivered successfully to the configured R2 bucket, provided that the [R2 API credentials associated with a pipeline](/r2/api/tokens/) remain valid.
30
+
Pipelines are designed to be reliable. Any data which is successfully ingested will be delivered to the configured R2 bucket, provided that the [R2 API credentials associated with a pipeline](/r2/api/tokens/) remain valid.
31
31
32
32
Each pipeline maintains a storage buffer. Requests to send data to a pipeline receive a successful response only after the data is committed to this storage buffer.
Copy file name to clipboardExpand all lines: src/content/docs/pipelines/platform/pricing.mdx
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,14 @@ head:
10
10
---
11
11
12
12
:::note
13
-
While in beta, Pipelines will not charge for usage. However, you will be billed for [R2 operations](/r2/pricing).
14
-
:::
15
-
16
13
Pipelines requires a [Workers paid](/workers/platform/pricing/#workers) plan to use.
14
+
:::
17
15
18
-
## Future pricing
19
-
During the first phase of the Pipelines open beta, there will be no charges beyond R2 operations for storage, and loading files.
16
+
During the first phase of the Pipelines open beta, you will not be billed for pipelines usage. You will be billed only for [R2 usage](/r2/pricing).
20
17
21
-
In the future, we will introduce pricing based on the volume of data ingested into Pipelines, and delivered from Pipelines. We will provide at least 30 days notice before charging for usage. We expect to begin chargning for usage by September 15, 2025.
18
+
In the future, we will introduce pricing based on the volume of data ingested into Pipelines, and delivered from Pipelines. We will provide at least 30 days notice before charging for usage. We expect to begin charging for usage by September 15, 2025.
0 commit comments