Repository: incubator-beam-site Updated Branches: refs/heads/asf-site 8615ea0c0 -> 29f8287fd
Capability matrix updates: - Add sliding window support for batch Spark runner. - Center capability matrix (expand/collapse looks cleaner). - Default to summary view (easier to grok). - Add "Last updated" timestamp. Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/5ddac1f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/5ddac1f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/5ddac1f3 Branch: refs/heads/asf-site Commit: 5ddac1f37c59438fe7d6e0b8833a7c11e788eaa4 Parents: 8615ea0 Author: Tyler Akidau <[email protected]> Authored: Fri Apr 1 20:08:40 2016 -0700 Committer: Tyler Akidau <[email protected]> Committed: Fri Apr 1 20:08:40 2016 -0700 ---------------------------------------------------------------------- _data/capability-matrix.yml | 4 ++-- _pages/capability-matrix.md | 9 +++++++-- content/capability-matrix/index.html | 23 +++++++++++++++++++---- content/feed.xml | 4 ++-- 4 files changed, 30 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/5ddac1f3/_data/capability-matrix.yml ---------------------------------------------------------------------- diff --git a/_data/capability-matrix.yml b/_data/capability-matrix.yml index 785854a..f34527d 100644 --- a/_data/capability-matrix.yml +++ b/_data/capability-matrix.yml @@ -249,8 +249,8 @@ categories: l2: supported l3: '' - class: spark - l1: 'No' - l2: '' + l1: 'Partially' + l2: currently only supported in batch l3: '' - name: Session windows http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/5ddac1f3/_pages/capability-matrix.md ---------------------------------------------------------------------- diff --git a/_pages/capability-matrix.md b/_pages/capability-matrix.md index f1b4b05..359164d 100644 --- a/_pages/capability-matrix.md +++ b/_pages/capability-matrix.md @@ -4,7 +4,9 @@ title: "Apache Beam Capability Matrix" permalink: /capability-matrix/ --- + # Apache Beam Capability Matrix +<span style='font-size:11px;float:none'>Last updated: {{ site.time | date: '%Y-%m-%d %H:%M %Z' }}</span> Apache Beam (incubating) provides a portable API layer for building sophisticated data-parallel processing engines that may be executed across a diversity of exeuction engines, or <i>runners</i>. The core concepts of this layer are based upon the Beam Model (formerly referred to as the [Dataflow Model](http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf)), and implemented to varying degrees in each Beam runner. To help clarify the capabilities of individual runners, we've created the capability matrix below. @@ -22,12 +24,14 @@ Note that in the future, we intend to add additional tables beyond the current s {% include capability-matrix-common.md %} {% assign cap-data=site.data.capability-matrix %} +<center> + <!-- Summary table --> {% assign cap-style='cap-summary' %} {% assign cap-view='summary' %} {% assign cap-other-view='full' %} {% assign cap-toggle-details=1 %} -{% assign cap-display='none' %} +{% assign cap-display='block' %} {% include capability-matrix.md %} @@ -36,6 +40,7 @@ Note that in the future, we intend to add additional tables beyond the current s {% assign cap-view='full' %} {% assign cap-other-view='summary' %} {% assign cap-toggle-details=0 %} -{% assign cap-display='block' %} +{% assign cap-display='none' %} {% include capability-matrix.md %} +</center> http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/5ddac1f3/content/capability-matrix/index.html ---------------------------------------------------------------------- diff --git a/content/capability-matrix/index.html b/content/capability-matrix/index.html index e8e1960..b7b86a2 100644 --- a/content/capability-matrix/index.html +++ b/content/capability-matrix/index.html @@ -79,6 +79,7 @@ <div class="container"> <h1 id="apache-beam-capability-matrix">Apache Beam Capability Matrix</h1> +<p><span style="font-size:11px;float:none">Last updated: 2016-04-01 20:08 PDT</span></p> <p>Apache Beam (incubating) provides a portable API layer for building sophisticated data-parallel processing engines that may be executed across a diversity of exeuction engines, or <i>runners</i>. The core concepts of this layer are based upon the Beam Model (formerly referred to as the <a href="http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf">Dataflow Model</a>), and implemented to varying degrees in each Beam runner. To help clarify the capabilities of individual runners, weâve created the capability matrix below.</p> @@ -103,9 +104,16 @@ } </script> +<center> + <!-- Summary table --> -<div id="cap-summary" style="display:none"> + + + + + +<div id="cap-summary" style="display:block"> <table class="cap-summary"> <tr class="cap-summary" id="cap-summary-what"> @@ -439,7 +447,7 @@ - <td width="25%" class="cap-summary" style="background-color:#ddd;border-color:#37d"><b><center>✕</center></b> + <td width="25%" class="cap-summary" style="background-color:#8cf;border-color:#37d"><b><center>~</center></b> </td> </tr> @@ -866,9 +874,15 @@ </table> </div> + <!-- Full details table --> -<div id="cap-full" style="display:block"> + + + + + +<div id="cap-full" style="display:none"> <table class="cap"> <tr class="cap" id="cap-full-what"> @@ -1202,7 +1216,7 @@ - <td width="25%" class="cap" style="background-color:#ddd;border-color:#37d"><b><center>No</center></b><br /> + <td width="25%" class="cap" style="background-color:#8cf;border-color:#37d"><b><center>Partially: currently only supported in batch</center></b><br /> </td> </tr> @@ -1629,6 +1643,7 @@ </table> </div> +</center> </div> http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/5ddac1f3/content/feed.xml ---------------------------------------------------------------------- diff --git a/content/feed.xml b/content/feed.xml index d94900c..b5d573c 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,8 +6,8 @@ </description> <link>http://beam.incubator.apache.org/</link> <atom:link href="http://beam.incubator.apache.org/feed.xml" rel="self" type="application/rss+xml"/> - <pubDate>Wed, 30 Mar 2016 09:25:15 -0700</pubDate> - <lastBuildDate>Wed, 30 Mar 2016 09:25:15 -0700</lastBuildDate> + <pubDate>Fri, 01 Apr 2016 20:08:27 -0700</pubDate> + <lastBuildDate>Fri, 01 Apr 2016 20:08:27 -0700</lastBuildDate> <generator>Jekyll v3.1.2</generator> <item>
