Skip to content

Commit

Permalink
add the cookbook link (#27604)
Browse files Browse the repository at this point in the history
* add the cookbook link

* Update website/www/site/content/en/get-started/beam-overview.md

Co-authored-by: Svetak Sundhar <[email protected]>

---------

Co-authored-by: xqhu <[email protected]>
Co-authored-by: Svetak Sundhar <[email protected]>
  • Loading branch information
3 people authored Jul 21, 2023
1 parent 7d69493 commit a02ecdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion website/www/site/content/en/get-started/beam-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Beam is particularly useful for [embarrassingly parallel](https://en.wikipedia.o
<img src="/images/learner_graph.png" width="800px" alt="Learner Graph">
</div>


## 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.
Expand Down Expand Up @@ -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 <a href="https://www.apache.org" target="_blank">Apache Software Foundation</a> 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.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<span class="section-nav-list-title">Quickstarts</span>

<ul class="section-nav-list">
<li><a href="https://tour.beam.apache.org">Tour of Beam (Beta)</a></li>
<li><a href="https://tour.beam.apache.org">Tour of Beam</a></li>
<li><a href="/get-started/try-apache-beam/">Try Apache Beam</a></li>
<li><a href="/get-started/try-beam-playground/">Try Beam Playground (Beta)</a></li>
<li><a href="/get-started/try-beam-playground/">Try Beam Playground</a></li>
<li><a href="/get-started/quickstart/java/">Java quickstart</a></li>
<li><a href="/get-started/quickstart/python/">Python quickstart</a></li>
<li><a href="/get-started/quickstart/go/">Go quickstart</a></li>
Expand Down

0 comments on commit a02ecdc

Please sign in to comment.