Author: jbonofre
Date: Fri Feb 12 16:22:25 2016
New Revision: 1730055
URL: http://svn.apache.org/viewvc?rev=1730055&view=rev
Log:
[scm-publish] Updating Beam website
Modified:
incubator/beam/website/getting-started.html
incubator/beam/website/index.html
Modified: incubator/beam/website/getting-started.html
URL:
http://svn.apache.org/viewvc/incubator/beam/website/getting-started.html?rev=1730055&r1=1730054&r2=1730055&view=diff
==============================================================================
--- incubator/beam/website/getting-started.html (original)
+++ incubator/beam/website/getting-started.html Fri Feb 12 16:22:25 2016
@@ -162,7 +162,7 @@
</div>
<div class="section">
<h3 id="Current_code">Current code</h3>
- <p>The following <a class="externalLink"
href="https://www.github.com">GitHub</a> repositories vontain code which will
be incorporated into Apache Beam.</p>
+ <p>The following <a class="externalLink"
href="https://www.github.com">GitHub</a> repositories contain code which will
be incorporated into Apache Beam.</p>
<ul>
<li><a class="externalLink"
href="https://github.com/GoogleCloudPlatform/DataflowJavaSDK">Dataflow Java
SDK</a></li>
<li><a class="externalLink"
href="https://github.com/dataArtisans/flink-dataflow">Flink Dataflow
runner</a></li>
@@ -174,7 +174,11 @@
<h3 id="Documentation">Documentation</h3>
<ul>
<li><a class="externalLink" href="https://goo.gl/KJrEl7">Apache Beam
incubation proposal</a></li>
- <li><a class="externalLink" href="https://goo.gl/nk5OM0">Apache Beam
technical vision</a></li>
+ <li><b>Apache Beam technical vision</b>
+ <ul>
+ <li><a class="externalLink"
href="https://goo.gl/5qZt3d">Detailed</a></li>
+ <li><a class="externalLink" href="https://goo.gl/nk5OM0">Summary</a></li>
+ </ul></li>
<li><a class="externalLink" href="https://goo.gl/ps8twC">Apache Beam
technical documentation</a></li>
</ul>
</div>
Modified: incubator/beam/website/index.html
URL:
http://svn.apache.org/viewvc/incubator/beam/website/index.html?rev=1730055&r1=1730054&r2=1730055&view=diff
==============================================================================
--- incubator/beam/website/index.html (original)
+++ incubator/beam/website/index.html Fri Feb 12 16:22:25 2016
@@ -156,7 +156,7 @@
<div class="section">
<h3 id="Using_Apache_Beam">Using Apache Beam</h3>
<p>You can use Beam for nearly any kind of data processing task, including
both batch and streaming data processing. Beam provides a unified data model
that can represent any size data set, including an unbounded or infinite data
set from a continuously updating data source such as Kafka.</p>
- <p>In particular, Beam excels at high volume computation, where the steps in
your job need to process an amount of data that exceeds the memory capacity of
a cost-effective cluster. Beam is particularly useful for <a
class="externalLink"
href="http://en.wikipedia.org/wiki/Embarassingly_parallel">Embarrassingly
Parallel</a> data processing tasks, in which the problem can be decomposed into
many smaller bundles of data that can be processed indepently and in
parallel.</p>
+ <p>In particular, Beam pipelines can represent high-volume computations,
where the steps in your job need to process an amount of data that exceeds the
memory capacity of a cost-effective cluster. Beam is particularly useful for <a
class="externalLink"
href="http://en.wikipedia.org/wiki/Embarassingly_parallel">Embarrassingly
Parallel</a> data processing tasks, in which the problem can be decomposed into
many smaller bundles of data that can be processed indepently and in
parallel.</p>
<p>You can also use Beam for Extract, Transform, and Load (ETL) taks and
pure data integration. These tasks are useful for moving data between different
storage media and data sources, transforming data into a more desirable format,
or loading data onto a new system.</p>
</div>
<div class="section">