From a02ecdca058e15ffdc4548c672a46e4d19f81554 Mon Sep 17 00:00:00 2001 From: liferoad Date: Fri, 21 Jul 2023 15:07:33 -0400 Subject: [PATCH] add the cookbook link (#27604) * add the cookbook link * Update website/www/site/content/en/get-started/beam-overview.md Co-authored-by: Svetak Sundhar --------- Co-authored-by: xqhu Co-authored-by: Svetak Sundhar --- website/www/site/content/en/get-started/beam-overview.md | 3 ++- .../site/layouts/partials/section-menu/en/get-started.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/website/www/site/content/en/get-started/beam-overview.md b/website/www/site/content/en/get-started/beam-overview.md index c4f3eba48a1a..5a8fcd3b917c 100644 --- a/website/www/site/content/en/get-started/beam-overview.md +++ b/website/www/site/content/en/get-started/beam-overview.md @@ -29,7 +29,6 @@ Beam is particularly useful for [embarrassingly parallel](https://en.wikipedia.o Learner Graph - ## Apache Beam SDKs The Beam SDKs provide a unified programming model that can represent and transform data sets of any size, whether the input is a finite data set from a batch data source, or an infinite data set from a streaming data source. The Beam SDKs use the same classes to represent both bounded and unbounded data, and the same transforms to operate on that data. You use the Beam SDK of your choice to build a program that defines your data processing pipeline. @@ -76,6 +75,8 @@ Get started using Beam for your data processing tasks. 1. Dive into the [Documentation](/documentation/) section for in-depth concepts and reference materials for the Beam model, SDKs, and runners. +1. Dive into the [cookbook examples](https://github.com/GoogleCloudPlatform/dataflow-cookbook) for learning how to run Beam on Dataflow. + ## Contribute Beam is an Apache Software Foundation project, available under the Apache v2 license. Beam is an open source community and contributions are greatly appreciated! If you'd like to contribute, please see the [Contribute](/contribute/) section. diff --git a/website/www/site/layouts/partials/section-menu/en/get-started.html b/website/www/site/layouts/partials/section-menu/en/get-started.html index 32da03d1af44..ec1712fd17d2 100644 --- a/website/www/site/layouts/partials/section-menu/en/get-started.html +++ b/website/www/site/layouts/partials/section-menu/en/get-started.html @@ -17,9 +17,9 @@ Quickstarts