Skip to content

Commit 45b0c23

Browse files
committed
Small updates
1 parent 2e3bd0a commit 45b0c23

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/pipelines/tutorials/send-data-from-client

1 file changed

+2
-2
lines changed

src/content/docs/pipelines/tutorials/send-data-from-client/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import { Render, PackageManagers, Details, WranglerConfig } from "~/components";
1717

1818
In this tutorial, you will learn how to build a data lake of website interaction events (clickstream data), using Pipelines.
1919

20-
Data lakes are a way to store large volumes of raw data in an object storage service such as [R2](/r2). You can run queries over a data lake, to analyze the raw events and generate product insights.
20+
Data lakes are a way to store large volumes of raw data in an object storage service such as [R2](/r2). You can run queries over a data lake to analyze the raw events.
2121

22-
For this tutorial, you will build a landing page for an e-commerce website. Users can click on the website, to view products or add them to the cart. As the user clicks on the page, events will be sent to a pipeline. These events are "client-side"; they're sent directly from a users' browser to your pipeline. Your pipeline will automatically batch the ingested data, build output files, and deliver them to an [R2 bucket](/r2) to build your data lake.
22+
For this tutorial, you will build a landing page for an e-commerce website. Users can click on the website, to view products or add them to the cart. When a user clicks on buttons on the page, events will be sent to a pipeline. These events are sent from the client-side (directly from the user's browser). Your pipeline will automatically batch the ingested data, build output files, and deliver them to an [R2 bucket](/r2) to build your data lake.
2323

2424
## Prerequisites
2525

0 commit comments

Comments
 (0)