This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/asf-site by this push:
new fdc4568 Publishing website 2021/07/02 06:01:29 at commit d0ed701
fdc4568 is described below
commit fdc4568e4ac51b4f14026ce80cb392c902203b43
Author: jenkins <[email protected]>
AuthorDate: Fri Jul 2 06:01:30 2021 +0000
Publishing website 2021/07/02 06:01:29 at commit d0ed701
---
website/generated-content/get-started/index.xml | 13 +++++++++++++
.../generated-content/get-started/tour-of-beam/index.html | 6 ++++--
website/generated-content/sitemap.xml | 2 +-
3 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/website/generated-content/get-started/index.xml
b/website/generated-content/get-started/index.xml
index 82694a9..55c14bd 100644
--- a/website/generated-content/get-started/index.xml
+++ b/website/generated-content/get-started/index.xml
@@ -4613,6 +4613,19 @@ Run in Colab
</td>
</table>
<p><br><br><br><br></p>
+<h3 id="windowing">Windowing</h3>
+<p>In this notebook we go through how to aggregate data based on time
intervals, or in streaming pipelines.
+We introduce the <code>GlobalWindow</code>,
<code>FixedWindows</code>, <code>SlidingWindows</code>, and
<code>Sessions</code>.</p>
+<table align="left">
+<td>
+<a class="button" target="_blank"
href="https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/windowing.ipynb">
+<img alt="Run in Colab" width="32px" height="32px"
+src="https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png"
/>
+Run in Colab
+</a>
+</td>
+</table>
+<p><br><br><br><br></p>
<h2 id="transforms">Transforms</h2>
<p>Check the <a href="/documentation/transforms/python/overview/">Python
transform catalog</a>
for a complete list of the available transforms.</p>
diff --git a/website/generated-content/get-started/tour-of-beam/index.html
b/website/generated-content/get-started/tour-of-beam/index.html
index dd691ad..01b8472 100644
--- a/website/generated-content/get-started/tour-of-beam/index.html
+++ b/website/generated-content/get-started/tour-of-beam/index.html
@@ -18,7 +18,7 @@
function addPlaceholder(){$('input:text').attr('placeholder',"What are you
looking for?");}
function endSearch(){var
search=document.querySelector(".searchBar");search.classList.add("disappear");var
icons=document.querySelector("#iconsBar");icons.classList.remove("disappear");}
function blockScroll(){$("body").toggleClass("fixedPosition");}
-function openMenu(){addPlaceholder();blockScroll();}</script><div
class="clearfix container-main-content"><div class="section-nav closed"
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list
data-section-nav><li><span class=section-nav-list-main-title>Get
started</span></li><li><a href=/get-started/beam-overview/>Beam
Overview</a></li><li><a href=/get-started/tour-of-beam/>Tour of
Beam</a></li><li><s [...]
+function openMenu(){addPlaceholder();blockScroll();}</script><div
class="clearfix container-main-content"><div class="section-nav closed"
data-offset-top=90 data-offset-bottom=500><span class="section-nav-back
glyphicon glyphicon-menu-left"></span><nav><ul class=section-nav-list
data-section-nav><li><span class=section-nav-list-main-title>Get
started</span></li><li><a href=/get-started/beam-overview/>Beam
Overview</a></li><li><a href=/get-started/tour-of-beam/>Tour of
Beam</a></li><li><s [...]
<a href=https://colab.research.google.com>Colab</a>.
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.</p><p>You can also <a
href=/get-started/try-apache-beam>try an Apache Beam pipeline</a> using the
Java, Python, and Go SDKs.</p><h2 id=get-started>Get started</h2><h3
id=learn-the-basics>Learn the basics</h3><p>In this notebook we go through the
basics of what is Apache Beam and how to get started.
@@ -26,13 +26,15 @@ We learn what is a data pipeline, a PCollection, a
PTransform, as well as some b
Run in Colab</a></td></table><p><br><br><br><br></p><h3
id=reading-and-writing-data>Reading and writing data</h3><p>In this notebook we
go through some examples on how to read and write data to and from different
data formats.
We introduce the built-in <code>ReadFromText</code> and
<code>WriteToText</code> transforms.
We also see how we can read from CSV files, read from a SQLite database, write
fixed-sized batches of elements, and write windows of elements.</p><table
align=left><td><a class=button target=_blank
href=https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/reading-and-writing-data.ipynb><img
alt="Run in Colab" width=32px height=32px
src=https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png>
+Run in Colab</a></td></table><p><br><br><br><br></p><h3
id=windowing>Windowing</h3><p>In this notebook we go through how to aggregate
data based on time intervals, or in streaming pipelines.
+We introduce the <code>GlobalWindow</code>, <code>FixedWindows</code>,
<code>SlidingWindows</code>, and <code>Sessions</code>.</p><table
align=left><td><a class=button target=_blank
href=https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/tour-of-beam/windowing.ipynb><img
alt="Run in Colab" width=32px height=32px
src=https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png>
Run in Colab</a></td></table><p><br><br><br><br></p><h2
id=transforms>Transforms</h2><p>Check the <a
href=/documentation/transforms/python/overview/>Python transform catalog</a>
for a complete list of the available transforms.</p><h3
id=element-wise-transforms>Element-wise transforms</h3><h4
id=map>Map</h4><p>Applies a simple one-to-one mapping function over each
element in the collection.</p><table align=left><td><a class=button
target=_blank
href=https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/elementwise/map-py.ipynb><img
alt="Run in Colab" width=32px height=32px src=https://github.com/google [...]
Run in Colab</a></td></table><p><br><br><br><br></p><h4
id=flatmap>FlatMap</h4><p>Applies a simple one-to-many mapping function over
each element in the collection. The many elements are flattened into the
resulting collection.</p><table align=left><td><a class=button target=_blank
href=https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/elementwise/flatmap-py.ipynb><img
alt="Run in Colab" width=32px height=32px src=https:// [...]
Run in Colab</a></td></table><p><br><br><br><br></p><h4
id=filter>Filter</h4><p>Given a predicate, filter out all elements that don’t
satisfy that predicate.</p><table align=left><td><a class=button target=_blank
href=https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/elementwise/filter-py.ipynb><img
alt="Run in Colab" width=32px height=32px
src=https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png>
Run in Colab</a></td></table><p><br><br><br><br></p><h4
id=partition>Partition</h4><p>Separates elements in a collection into multiple
output collections.</p><table align=left><td><a class=button target=_blank
href=https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/elementwise/partition-py.ipynb><img
alt="Run in Colab" width=32px height=32px
src=https://github.com/googlecolab/open_in_colab/raw/master/images/icon32.png>
Run in Colab</a></td></table><p><br><br><br><br></p><h4
id=pardo>ParDo</h4><p>A transform for generic parallel processing. It’s
recommended to use <code>Map</code>, <code>FlatMap</code>, <code>Filter</code>
or other more specific transforms when possible.</p><table align=left><td><a
class=button target=_blank
href=https://colab.research.google.com/github/apache/beam/blob/master/examples/notebooks/documentation/transforms/python/elementwise/pardo-py.ipynb><img
alt="Run in Colab" wid [...]
-Run in Colab</a></td></table><p><br><br><br><br></p><div class=feedback><p
class=update>Last updated on 2021/03/17</p><h3>Have you found everything you
were looking for?</h3><p class=description>Was it all useful and clear? Is
there anything that you would like to change? Let us know!</p><button
class=load-button><a href="mailto:[email protected]?subject=Beam Website
Feedback">SEND FEEDBACK</a></button></div></div></div><footer class=footer><div
class=footer__contained><div class=foote [...]
+Run in Colab</a></td></table><p><br><br><br><br></p><div class=feedback><p
class=update>Last updated on 2021/07/01</p><h3>Have you found everything you
were looking for?</h3><p class=description>Was it all useful and clear? Is
there anything that you would like to change? Let us know!</p><button
class=load-button><a href="mailto:[email protected]?subject=Beam Website
Feedback">SEND FEEDBACK</a></button></div></div></div><footer class=footer><div
class=footer__contained><div class=foote [...]
<a href=http://www.apache.org>The Apache Software Foundation</a>
| <a href=/privacy_policy>Privacy Policy</a>
| <a href=/feed.xml>RSS Feed</a><br><br>Apache Beam, Apache, Beam, the Beam
logo, and the Apache feather logo are either registered trademarks or
trademarks of The Apache Software Foundation. All other products or name brands
are trademarks of their respective holders, including The Apache Software
Foundation.</div></div></div></div></footer></body></html>
\ No newline at end of file
diff --git a/website/generated-content/sitemap.xml
b/website/generated-content/sitemap.xml
index c5be214..e264a5b 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.30.0/</loc><lastmod>2021-05-26T19:50:36-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-06-09T10:56:20-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-06-09T10:56:20-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-06-09T10:56:20-07:00</lastmod></url><url><loc>/blog/v
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.30.0/</loc><lastmod>2021-05-26T19:50:36-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-06-09T10:56:20-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-06-09T10:56:20-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-06-09T10:56:20-07:00</lastmod></url><url><loc>/blog/v
[...]
\ No newline at end of file