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 19890b0  Publishing website 2021/03/16 12:01:30 at commit 066efd4
19890b0 is described below

commit 19890b0ee78dc67b9aafba7c5ed6260252bfb385
Author: jenkins <bui...@apache.org>
AuthorDate: Tue Mar 16 12:01:31 2021 +0000

    Publishing website 2021/03/16 12:01:30 at commit 066efd4
---
 .../index.xml                                      |  28 +++++++++++++++-
 .../images/logos/powered-by/kio.png                | Bin 0 -> 89139 bytes
 .../powered-by/open-source/index.html              |   2 +-
 .../powered-by/open-source/index.xml               |  28 +++++++++++++++-
 .../powered-by/open-source/kio/index.html          |  37 +++++++++++++++++++++
 website/generated-content/sitemap.xml              |   2 +-
 6 files changed, 93 insertions(+), 4 deletions(-)

diff --git 
a/website/generated-content/categories/open-source-projects-powered-by-apache-beam/index.xml
 
b/website/generated-content/categories/open-source-projects-powered-by-apache-beam/index.xml
index dcaf7a3..6613b56 100644
--- 
a/website/generated-content/categories/open-source-projects-powered-by-apache-beam/index.xml
+++ 
b/website/generated-content/categories/open-source-projects-powered-by-apache-beam/index.xml
@@ -1,4 +1,30 @@
-<rss version="2.0" 
xmlns:atom="http://www.w3.org/2005/Atom";><channel><title>Apache Beam – Open 
Source Projects Powered by Apache 
Beam</title><link>/categories/open-source-projects-powered-by-apache-beam/</link><description>Recent
 content in Open Source Projects Powered by Apache Beam on Apache 
Beam</description><generator>Hugo -- gohugo.io</generator><atom:link 
href="/categories/open-source-projects-powered-by-apache-beam/index.xml" 
rel="self" type="application/rss+xml"/><item><title>Pow [...]
+<rss version="2.0" 
xmlns:atom="http://www.w3.org/2005/Atom";><channel><title>Apache Beam – Open 
Source Projects Powered by Apache 
Beam</title><link>/categories/open-source-projects-powered-by-apache-beam/</link><description>Recent
 content in Open Source Projects Powered by Apache Beam on Apache 
Beam</description><generator>Hugo -- gohugo.io</generator><atom:link 
href="/categories/open-source-projects-powered-by-apache-beam/index.xml" 
rel="self" type="application/rss+xml"/><item><title>Pow [...]
+&lt;!--
+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.
+-->
+&lt;p>Kio is a set of Kotlin extensions for Apache Beam to implement 
fluent-like API for Java SDK.&lt;/p>
+&lt;h2 id="word-count-example">Word Count example&lt;/h2>
+&lt;pre>&lt;code>// Create Kio context
+val kio = Kio.fromArguments(args)
+// Configure a pipeline
+kio.read().text(&amp;quot;~/input.txt&amp;quot;)
+.map { it.toLowerCase() }
+.flatMap { it.split(&amp;quot;\\W+&amp;quot;.toRegex()) }
+.filter { it.isNotEmpty() }
+.countByValue()
+.forEach { println(it) }
+// And execute it
+kio.execute().waitUntilDone()
+&lt;/code>&lt;/pre>&lt;h2 id="documentation">Documentation&lt;/h2>
+&lt;p>For more information about Kio, please see the documentation here: &lt;a 
href="https://code.chermenin.ru/kio";>https://code.chermenin.ru/kio&lt;/a>.&lt;/p></description></item><item><title>Powered-By:
 Klio</title><link>/powered-by/open-source/klio/</link><pubDate>Mon, 01 Jan 
0001 00:00:00 
+0000</pubDate><guid>/powered-by/open-source/klio/</guid><description>
 &lt;!--
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/website/generated-content/images/logos/powered-by/kio.png 
b/website/generated-content/images/logos/powered-by/kio.png
new file mode 100644
index 0000000..4109443
Binary files /dev/null and 
b/website/generated-content/images/logos/powered-by/kio.png differ
diff --git a/website/generated-content/powered-by/open-source/index.html 
b/website/generated-content/powered-by/open-source/index.html
index 0068365..add92e0 100644
--- a/website/generated-content/powered-by/open-source/index.html
+++ b/website/generated-content/powered-by/open-source/index.html
@@ -19,7 +19,7 @@ function 
addPlaceholder(){$('input:text').attr('placeholder',"What are you looki
 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>Powered 
by</span></li><li><a href=/powered-by>Overview</a></li><li><a 
href=/powered-by/commercial>Commercial projects</a></li><li><a 
href=/powered-by/o [...]
-Open Source Projects Powered by Apache Beam</button></div><div 
class=use_cases><a href=/powered-by/open-source/scio/><div class="use-card 
remove" data-categories=open-source-projects-powered-by-apache-beam><div 
class=use-icon><img src=/images/logos/powered-by/scio.png></i></div><div 
class=use-body><div><p class=use-category>Open Source Projects Powered by 
Apache Beam</p><h5 class=use-title>Scio</h5><p class=use-summary></p></div><a 
class=read-link href=/powered-by/open-source/scio/>READ  [...]
+Open Source Projects Powered by Apache Beam</button></div><div 
class=use_cases><a href=/powered-by/open-source/scio/><div class="use-card 
remove" data-categories=open-source-projects-powered-by-apache-beam><div 
class=use-icon><img src=/images/logos/powered-by/scio.png></i></div><div 
class=use-body><div><p class=use-category>Open Source Projects Powered by 
Apache Beam</p><h5 class=use-title>Scio</h5><p class=use-summary></p></div><a 
class=read-link href=/powered-by/open-source/scio/>READ  [...]
 var ptf=new 
CategoriesFilter(ptfConfig);$("#load-button").click(function(){$(this).toggleClass('remove');ptf.showMore();ptf.showCheck(ptfConfig.filters[0].name,false);});function
 applyFilter(element){var 
category=element.id.split('category-');ptf.resetCount();ptf.checkFilter(category[1],'category-');}</script></div></div><footer
 class=footer><div class=footer__contained><div class=footer__cols><div 
class="footer__cols__col footer__cols__col__logos"><div 
class=footer__cols__col__logo><img [...]
 <a href=http://www.apache.org>The Apache Software Foundation</a>
 | <a href=/privacy_policy>Privacy Policy</a>
diff --git a/website/generated-content/powered-by/open-source/index.xml 
b/website/generated-content/powered-by/open-source/index.xml
index cadd318..130fbc1 100644
--- a/website/generated-content/powered-by/open-source/index.xml
+++ b/website/generated-content/powered-by/open-source/index.xml
@@ -1,4 +1,30 @@
-<rss version="2.0" 
xmlns:atom="http://www.w3.org/2005/Atom";><channel><title>Apache Beam – Open 
source projects</title><link>/powered-by/open-source/</link><description>Recent 
content in Open source projects on Apache Beam</description><generator>Hugo -- 
gohugo.io</generator><atom:link href="/powered-by/open-source/index.xml" 
rel="self" type="application/rss+xml"/><item><title>Powered-By: 
Klio</title><link>/powered-by/open-source/klio/</link><pubDate>Mon, 01 Jan 0001 
00:00:00 +0000</pubDa [...]
+<rss version="2.0" 
xmlns:atom="http://www.w3.org/2005/Atom";><channel><title>Apache Beam – Open 
source projects</title><link>/powered-by/open-source/</link><description>Recent 
content in Open source projects on Apache Beam</description><generator>Hugo -- 
gohugo.io</generator><atom:link href="/powered-by/open-source/index.xml" 
rel="self" type="application/rss+xml"/><item><title>Powered-By: 
Kio</title><link>/powered-by/open-source/kio/</link><pubDate>Mon, 01 Jan 0001 
00:00:00 +0000</pubDate [...]
+&lt;!--
+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.
+-->
+&lt;p>Kio is a set of Kotlin extensions for Apache Beam to implement 
fluent-like API for Java SDK.&lt;/p>
+&lt;h2 id="word-count-example">Word Count example&lt;/h2>
+&lt;pre>&lt;code>// Create Kio context
+val kio = Kio.fromArguments(args)
+// Configure a pipeline
+kio.read().text(&amp;quot;~/input.txt&amp;quot;)
+.map { it.toLowerCase() }
+.flatMap { it.split(&amp;quot;\\W+&amp;quot;.toRegex()) }
+.filter { it.isNotEmpty() }
+.countByValue()
+.forEach { println(it) }
+// And execute it
+kio.execute().waitUntilDone()
+&lt;/code>&lt;/pre>&lt;h2 id="documentation">Documentation&lt;/h2>
+&lt;p>For more information about Kio, please see the documentation here: &lt;a 
href="https://code.chermenin.ru/kio";>https://code.chermenin.ru/kio&lt;/a>.&lt;/p></description></item><item><title>Powered-By:
 Klio</title><link>/powered-by/open-source/klio/</link><pubDate>Mon, 01 Jan 
0001 00:00:00 
+0000</pubDate><guid>/powered-by/open-source/klio/</guid><description>
 &lt;!--
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/website/generated-content/powered-by/open-source/kio/index.html 
b/website/generated-content/powered-by/open-source/kio/index.html
new file mode 100644
index 0000000..11e37df
--- /dev/null
+++ b/website/generated-content/powered-by/open-source/kio/index.html
@@ -0,0 +1,37 @@
+<!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta 
http-equiv=x-ua-compatible content="IE=edge"><meta name=viewport 
content="width=device-width,initial-scale=1"><title>Kio</title><meta 
name=description content="Apache Beam is an open source, unified model and set 
of language-specific SDKs for defining and executing data processing workflows, 
and also data ingestion and integration flows, supporting Enterprise 
Integration Patterns (EIPs) and Domain Specific Languages [...]
+<a class=navbar-link href=/get-started/beam-overview/>Get Started</a>
+<a class=navbar-link href=/documentation/>Documentation</a>
+<button type=button class="navbar-toggle menu-open" aria-expanded=false 
aria-controls=navbar onclick=openMenu()>
+<span class=sr-only>Toggle navigation</span>
+<span class=icon-bar></span><span class=icon-bar></span><span 
class=icon-bar></span></button></div><div class="navbar-mask closed"></div><div 
id=navbar class="navbar-container closed"><button type=button 
class=navbar-toggle aria-expanded=false aria-controls=navbar id=closeMenu>
+<span class=sr-only>Toggle navigation</span>
+<span class=icon-bar></span><span class=icon-bar></span><span 
class=icon-bar></span></button><ul class="nav navbar-nav"><li><div 
class=searchBar-mobile><script>(function(){var 
cx='012923275103528129024:4emlchv9wzi';var 
gcse=document.createElement('script');gcse.type='text/javascript';gcse.async=true;gcse.src='https://cse.google.com/cse.js?cx='+cx;var
 
s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(gcse,s);})();</script><gcse:search></gcse:search></div></li><li><a
 c [...]
+&nbsp;Apache
+<span class=arrow-icon><svg xmlns="http://www.w3.org/2000/svg"; width="20" 
height="20" fill="none" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" 
fill="#ff6d00"/><path stroke="#fff" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M8.535 5.28l4.573 4.818-4.573 
4.403"/></svg></span></a><ul class="dropdown-menu dropdown-menu-right"><li><a 
target=_blank href=http://www.apache.org/>ASF Homepage</a></li><li><a 
target=_blank href=http://www.apache.org/licenses/>License</a> [...]
+<span><svg xmlns="http://www.w3.org/2000/svg"; width="12" height="11" 
fill="none" viewBox="0 0 12 11"><path stroke="#ff6d00" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M10.666 4.535 5.847 9.108 1.444 
4.535"/></svg></span></a><ul class=dropdown-menu><li><a 
class=navbar-dropdown-menu-link href=/documentation/>General</a></li><li><a 
class=navbar-dropdown-menu-link 
href=/documentation/sdks/java/>Languages</a></li><li><a 
class=navbar-dropdown-menu-link href=/documentati [...]
+<a class=navbar-link href=/community/>Community</a>
+<a class=navbar-link href=/contribute/>Contribute</a>
+<a class=navbar-link href=/blog/>Blog</a>
+<a class=navbar-link href=/powered-by/>Powered by</a></div><div id=iconsBar><a 
type=button onclick=showSearch()><svg xmlns="http://www.w3.org/2000/svg"; 
width="25" height="24" fill="none" viewBox="0 0 25 24"><path stroke="#ff6d00" 
stroke-linecap="round" stroke-linejoin="round" stroke-width="2.75" d="M10.191 
17c3.866.0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zM21.191 
21l-6-6"/></svg></a><a target=_blank 
href=https://github.com/apache/beam/edit/master/website/www/site/content/en/pow 
[...]
+&nbsp;Apache
+<span class=arrow-icon><svg xmlns="http://www.w3.org/2000/svg"; width="20" 
height="20" fill="none" viewBox="0 0 20 20"><circle cx="10" cy="10" r="10" 
fill="#ff6d00"/><path stroke="#fff" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M8.535 5.28l4.573 4.818-4.573 
4.403"/></svg></span></a><ul class=dropdown-menu><li><a 
class=navbar-dropdown-menu-link target=_blank href=http://www.apache.org/>ASF 
Homepage</a></li><li><a class=navbar-dropdown-menu-link target=_blank href=h 
[...]
+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>Powered 
by</span></li><li><a href=/powered-by>Overview</a></li><li><a 
href=/powered-by/commercial>Commercial projects</a></li><li><a 
href=/powered-by/o [...]
+val kio = Kio.fromArguments(args)
+
+// Configure a pipeline
+kio.read().text(&quot;~/input.txt&quot;)
+    .map { it.toLowerCase() }
+    .flatMap { it.split(&quot;\\W+&quot;.toRegex()) }
+    .filter { it.isNotEmpty() }
+    .countByValue()
+    .forEach { println(it) }
+
+// And execute it
+kio.execute().waitUntilDone()
+</code></pre><h2 id=documentation>Documentation</h2><p>For more information 
about Kio, please see the documentation here: <a 
href=https://code.chermenin.ru/kio>https://code.chermenin.ru/kio</a>.</p></div></div></article></div></div><footer
 class=footer><div class=footer__contained><div class=footer__cols><div 
class="footer__cols__col footer__cols__col__logos"><div 
class=footer__cols__col__logo><img src=/images/beam_logo_circle.svg 
class=footer__logo alt="Beam logo"></div><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 7f6705f..57642e0 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.28.0/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-02-23T13:40:55+01:00</lastmod></url><url><loc>/blog/k
 [...]
\ 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.28.0/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/blog/</loc><lastmod>2021-02-22T11:40:20-08:00</lastmod></url><url><loc>/categories/</loc><lastmod>2021-03-16T13:53:01+05:00</lastmod></url><url><loc>/blog/k
 [...]
\ No newline at end of file

Reply via email to