You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/11/07 18:13:25 UTC

[2/4] incubator-beam-site git commit: Fix typo in file name (materix -> matrix)

Fix typo in file name (materix -> matrix)


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/9f1c9cd4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/9f1c9cd4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/9f1c9cd4

Branch: refs/heads/asf-site
Commit: 9f1c9cd4803d67b9efbc0146451155a6b6c349b5
Parents: 771786c
Author: Davor Bonaci <da...@google.com>
Authored: Sun Nov 6 12:49:12 2016 -0800
Committer: Davor Bonaci <da...@google.com>
Committed: Sun Nov 6 12:49:12 2016 -0800

----------------------------------------------------------------------
 src/documentation/runners/capability-materix.md | 46 --------------------
 src/documentation/runners/capability-matrix.md  | 46 ++++++++++++++++++++
 2 files changed, 46 insertions(+), 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/9f1c9cd4/src/documentation/runners/capability-materix.md
----------------------------------------------------------------------
diff --git a/src/documentation/runners/capability-materix.md b/src/documentation/runners/capability-materix.md
deleted file mode 100644
index 22c602c..0000000
--- a/src/documentation/runners/capability-materix.md
+++ /dev/null
@@ -1,46 +0,0 @@
----
-layout: default
-title: "Apache Beam Capability Matrix"
-permalink: /documentation/runners/capability-matrix/
-redirect_from:
-  - /learn/runners/capability-matrix/
-  - /capability-matrix/
----
-
-# Beam Capability Matrix
-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.
-
-Individual capabilities have been grouped by their corresponding <span class="wwwh-what-dark">What</span> / <span class="wwwh-where-dark">Where</span> / <span class="wwwh-when-dark">When</span> / <span class="wwwh-how-dark">How</span> question:
-
-- <span class="wwwh-what-dark">What</span> results are being calculated?
-- <span class="wwwh-where-dark">Where</span> in event time?
-- <span class="wwwh-when-dark">When</span> in processing time?
-- <span class="wwwh-how-dark">How</span> do refinements of results relate?
-
-For more details on the <span class="wwwh-what-dark">What</span> / <span class="wwwh-where-dark">Where</span> / <span class="wwwh-when-dark">When</span> / <span class="wwwh-how-dark">How</span> breakdown of concepts, we recommend reading through the <a href="http://oreilly.com/ideas/the-world-beyond-batch-streaming-102">Streaming 102</a> post on O'Reilly Radar.
-
-Note that in the future, we intend to add additional tables beyond the current set, for things like runtime characterstics (e.g. at-least-once vs exactly-once), performance, etc.
-
-{% 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='block' %}
-
-{% include capability-matrix.md %}
-
-<!-- Full details table -->
-{% assign cap-style='cap' %}
-{% assign cap-view='full' %}
-{% assign cap-other-view='summary' %}
-{% assign cap-toggle-details=0 %}
-{% assign cap-display='none' %}
-
-{% include capability-matrix.md %}
-</center>

http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/9f1c9cd4/src/documentation/runners/capability-matrix.md
----------------------------------------------------------------------
diff --git a/src/documentation/runners/capability-matrix.md b/src/documentation/runners/capability-matrix.md
new file mode 100644
index 0000000..22c602c
--- /dev/null
+++ b/src/documentation/runners/capability-matrix.md
@@ -0,0 +1,46 @@
+---
+layout: default
+title: "Apache Beam Capability Matrix"
+permalink: /documentation/runners/capability-matrix/
+redirect_from:
+  - /learn/runners/capability-matrix/
+  - /capability-matrix/
+---
+
+# Beam Capability Matrix
+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.
+
+Individual capabilities have been grouped by their corresponding <span class="wwwh-what-dark">What</span> / <span class="wwwh-where-dark">Where</span> / <span class="wwwh-when-dark">When</span> / <span class="wwwh-how-dark">How</span> question:
+
+- <span class="wwwh-what-dark">What</span> results are being calculated?
+- <span class="wwwh-where-dark">Where</span> in event time?
+- <span class="wwwh-when-dark">When</span> in processing time?
+- <span class="wwwh-how-dark">How</span> do refinements of results relate?
+
+For more details on the <span class="wwwh-what-dark">What</span> / <span class="wwwh-where-dark">Where</span> / <span class="wwwh-when-dark">When</span> / <span class="wwwh-how-dark">How</span> breakdown of concepts, we recommend reading through the <a href="http://oreilly.com/ideas/the-world-beyond-batch-streaming-102">Streaming 102</a> post on O'Reilly Radar.
+
+Note that in the future, we intend to add additional tables beyond the current set, for things like runtime characterstics (e.g. at-least-once vs exactly-once), performance, etc.
+
+{% 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='block' %}
+
+{% include capability-matrix.md %}
+
+<!-- Full details table -->
+{% assign cap-style='cap' %}
+{% assign cap-view='full' %}
+{% assign cap-other-view='summary' %}
+{% assign cap-toggle-details=0 %}
+{% assign cap-display='none' %}
+
+{% include capability-matrix.md %}
+</center>