Skip to content

Conversation

@harshil1712
Copy link
Contributor

Summary

Adds client side tutorial.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 3, 2025

Deploying cloudflare-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5f0b831
Status: ✅  Deploy successful!
Preview URL: https://437bd94f.cloudflare-docs-7ou.pages.dev
Branch Preview URL: https://pipelines-tutorial-client.cloudflare-docs-7ou.pages.dev

View logs

@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented Mar 19, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Added a comprehensive tutorial for sending clickstream data from client-side applications to Cloudflare Pipelines.

  • Introduced a new tutorial for ingesting clickstream data to R2 using Pipelines.
  • Provided step-by-step instructions for creating a Worker project and serving a static frontend.
  • Included code examples for generating and sending clickstream data to a pipeline.
  • Updated CORS settings to allow cross-origin requests for the pipeline.

Added Files

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

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

What is Hyperlint?

Hyperlint is an AI agent that helps you write, edit, and maintain your documentation.

Learn more about the Hyperlint AI reviewer and the checks that we can run on your documentation.

@maheshwarip maheshwarip marked this pull request as ready for review March 19, 2025 21:46
@maheshwarip maheshwarip requested a review from a team as a code owner March 19, 2025 21:46
@maheshwarip maheshwarip merged commit fef991b into pipelines-docs Mar 19, 2025
6 checks passed
@maheshwarip maheshwarip deleted the pipelines-tutorial-client branch March 19, 2025 21:47
maheshwarip added a commit that referenced this pull request Apr 9, 2025
* Initial pipelines docs

* Fixed wrangler commands

* Improved pipelines index page

* Fixed broken links

* Fixed typos

* improved worker binding documentation

* Fixed broken links

* PIPE-155 Add prefix to Pipelines naming (#18656)

* Modified worker binding docs

* added local development notes

* Renamed worker bindings to .mdx

* Fixed filenames and broken comments

* updated dates

* Fixed render issues and page titles

* Updated prefix instructions

* Updated heading

* Updated docs for Oauth flow

* Added documentation about batch hints

* Added R2 as a destination

* updated ordering

* Updated performance characteristics

* updated ordering

* Updated docs for new wrangler commands

* updated batch settings

* Added CORS documentation

* Removed pricing doc

* updated cors

* Add tutorial (#20025)

* adds pipelines tutorial

* minor fixes

* initial transformations documentation

* Added docs for env and ctx

* Fixed typo

* Add tutorial (#20476)

* add pipelines client-side tutorial

* minor updates

* Fixed typos

* Updated import

* Removed changelog entry for now

* removed changelog reference

* fixed imports

* Fixed broken link

* removed transformations

* removed broken links

* Updated text

* Added javascript API

* Removed old file

* fixed broken links

* Fixed typo

* Updated guides

* Re-organized docs

* Improved getting started guide

* Improved output settings

* Fixed broken links

* Added more content about how pipelines works

* Added documentation for how pipelines work

* Improvements to overview

* Improved getting started guide

* Improved http endpoint docs

* Improved http options

* Improved output settings

* Updated logo and text

* Updated architecture

* Update how-pipelines-work.mdx

* Update how-pipelines-work.mdx

* Fixed broken links

* Updated tagline

* Updated text

* Small changes

* Changed phrasing

* improved shards documentation

* Updated shard count documentation

* Updated wrangler commands

* Updated metrics documentation

* Updated docs

* Fixed typos

* Updated tutorial commands

* Improved tutorial text

* Fixed typo

* Improved text

* Fixed broken links

* fixed limits typo

* small improvements

* Improved data lake tutorial

* Added changelog entry

* Small updates

* Improved grammar

* Small changes to wrangler commands

* Fixed typos

* Improved wrangler configuration

* Updated changelog entry

* Fixed changelog typo

* updated changelog

* updated link

* Update src/content/docs/pipelines/getting-started.mdx

Co-authored-by: Denise Peña <[email protected]>

* Apply suggestions from code review

Co-authored-by: Denise Peña <[email protected]>
Co-authored-by: Kody Jackson <[email protected]>

* Improved language

* Update 2025-04-10-launching-pipelines.mdx

* Update http.mdx

* Update index.mdx

* Update index.mdx

* Update 2025-04-10-launching-pipelines.mdx

* Update how-pipelines-work.mdx

* Clarified shard count

* Reorganized sources

* improved language

* improved grammar

* Updated limits

* Updated casing

* Fixed typo

* Improved pricing docs

* Improved getting started guide

* Improved text

* Update output-settings.mdx

* Update output-settings.mdx

* Update pipelines.mdx

* Update pipelines.mdx

* minor fixes to tutorials (#21552)

---------

Co-authored-by: Oliver Yu <[email protected]>
Co-authored-by: Harshil Agrawal <[email protected]>
Co-authored-by: kodster28 <[email protected]>
Co-authored-by: Denise Peña <[email protected]>
RebeccaTamachiro pushed a commit that referenced this pull request Apr 21, 2025
* Initial pipelines docs

* Fixed wrangler commands

* Improved pipelines index page

* Fixed broken links

* Fixed typos

* improved worker binding documentation

* Fixed broken links

* PIPE-155 Add prefix to Pipelines naming (#18656)

* Modified worker binding docs

* added local development notes

* Renamed worker bindings to .mdx

* Fixed filenames and broken comments

* updated dates

* Fixed render issues and page titles

* Updated prefix instructions

* Updated heading

* Updated docs for Oauth flow

* Added documentation about batch hints

* Added R2 as a destination

* updated ordering

* Updated performance characteristics

* updated ordering

* Updated docs for new wrangler commands

* updated batch settings

* Added CORS documentation

* Removed pricing doc

* updated cors

* Add tutorial (#20025)

* adds pipelines tutorial

* minor fixes

* initial transformations documentation

* Added docs for env and ctx

* Fixed typo

* Add tutorial (#20476)

* add pipelines client-side tutorial

* minor updates

* Fixed typos

* Updated import

* Removed changelog entry for now

* removed changelog reference

* fixed imports

* Fixed broken link

* removed transformations

* removed broken links

* Updated text

* Added javascript API

* Removed old file

* fixed broken links

* Fixed typo

* Updated guides

* Re-organized docs

* Improved getting started guide

* Improved output settings

* Fixed broken links

* Added more content about how pipelines works

* Added documentation for how pipelines work

* Improvements to overview

* Improved getting started guide

* Improved http endpoint docs

* Improved http options

* Improved output settings

* Updated logo and text

* Updated architecture

* Update how-pipelines-work.mdx

* Update how-pipelines-work.mdx

* Fixed broken links

* Updated tagline

* Updated text

* Small changes

* Changed phrasing

* improved shards documentation

* Updated shard count documentation

* Updated wrangler commands

* Updated metrics documentation

* Updated docs

* Fixed typos

* Updated tutorial commands

* Improved tutorial text

* Fixed typo

* Improved text

* Fixed broken links

* fixed limits typo

* small improvements

* Improved data lake tutorial

* Added changelog entry

* Small updates

* Improved grammar

* Small changes to wrangler commands

* Fixed typos

* Improved wrangler configuration

* Updated changelog entry

* Fixed changelog typo

* updated changelog

* updated link

* Update src/content/docs/pipelines/getting-started.mdx

Co-authored-by: Denise Peña <[email protected]>

* Apply suggestions from code review

Co-authored-by: Denise Peña <[email protected]>
Co-authored-by: Kody Jackson <[email protected]>

* Improved language

* Update 2025-04-10-launching-pipelines.mdx

* Update http.mdx

* Update index.mdx

* Update index.mdx

* Update 2025-04-10-launching-pipelines.mdx

* Update how-pipelines-work.mdx

* Clarified shard count

* Reorganized sources

* improved language

* improved grammar

* Updated limits

* Updated casing

* Fixed typo

* Improved pricing docs

* Improved getting started guide

* Improved text

* Update output-settings.mdx

* Update output-settings.mdx

* Update pipelines.mdx

* Update pipelines.mdx

* minor fixes to tutorials (#21552)

---------

Co-authored-by: Oliver Yu <[email protected]>
Co-authored-by: Harshil Agrawal <[email protected]>
Co-authored-by: kodster28 <[email protected]>
Co-authored-by: Denise Peña <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants