You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/02/05 22:50:00 UTC

[jira] [Work logged] (BEAM-10937) Create "Tour of Beam" introductory section

     [ https://issues.apache.org/jira/browse/BEAM-10937?focusedWorklogId=548895&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-548895 ]

ASF GitHub Bot logged work on BEAM-10937:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Feb/21 22:49
            Start Date: 05/Feb/21 22:49
    Worklog Time Spent: 10m 
      Work Description: davidcavazos commented on a change in pull request #13747:
URL: https://github.com/apache/beam/pull/13747#discussion_r571292994



##########
File path: website/www/site/content/en/get-started/tour-of-beam.md
##########
@@ -0,0 +1,73 @@
+---
+title: "Tour of Beam"
+---
+
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+# Tour of Beam
+
+Here you can find a collection of the interactive notebooks available for Apache Beam, which are hosted in
+[Colab](https://colab.research.google.com).
+The notebooks allow you to interactively play with the code and see how your changes affect the pipeline.
+You don't need to install anything or modify your computer in any way to use these notebooks.
+
+You can also [try an Apache Beam pipeline](/get-started/try-apache-beam) using the Java, Python, and Go SDKs.
+
+## Get started
+
+{{< table >}}
+<table>
+  <col style="width: auto;">
+  <col style="width: 200px;">
+  {{< row-colab
+    title="Learn the basics"
+    body="In this notebook we go through the basics of what is Apache Beam and how to get started."
+    button_url="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/getting-started.ipynb" >}}
+</table>
+{{< /table >}}
+
+## Transforms
+
+Check the [Python transform catalog](/documentation/transforms/python/overview/)
+for a complete list of the available transforms.
+
+### Element-wise transforms
+
+{{< table >}}
+<table>
+  <col style="width: auto;">
+  <col style="width: 200px;">
+  {{< row-colab
+    title="Map"
+    body="Applies a simple one-to-one mapping function over each element in the collection."
+    button_url="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/elementwise/map-py.ipynb" >}}
+  {{< row-colab
+    title="FlatMap"
+    body="Applies a simple one-to-many mapping function over each element in the collection. The many elements are flattened into the resulting collection."
+    button_url="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/elementwise/flatmap-py.ipynb" >}}
+  {{< row-colab
+    title="Filter"
+    body="Given a predicate, filter out all elements that don’t satisfy that predicate."
+    button_url="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/elementwise/filter-py.ipynb" >}}
+  {{< row-colab
+    title="Partition"
+    body="Separates elements in a collection into multiple output collections."
+    button_url="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/elementwise/partition-py.ipynb" >}}
+  {{< row-colab
+    title="ParDo"
+    body="A transform for generic parallel processing. It's recommended to use Map, FlatMap, Filter or other more specific transforms when possible."

Review comment:
       Done




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 548895)
    Time Spent: 4.5h  (was: 4h 20m)

> Create "Tour of Beam" introductory section
> ------------------------------------------
>
>                 Key: BEAM-10937
>                 URL: https://issues.apache.org/jira/browse/BEAM-10937
>             Project: Beam
>          Issue Type: Improvement
>          Components: website
>            Reporter: David Cavazos
>            Priority: P3
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> Create a new "Tour of Beam" section in the docs, with links to all the notebooks we have to improve the onboarding experience for beginners.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)