Skip to content

Commit

Permalink
This closes apache#14
Browse files Browse the repository at this point in the history
  • Loading branch information
davorbonaci committed May 5, 2016
2 parents 3b54e40 + 34ae3e3 commit c90dbf1
Show file tree
Hide file tree
Showing 9 changed files with 442 additions and 38 deletions.
17 changes: 17 additions & 0 deletions coming-soon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
---
<p>
<div class="alert alert-info alert-dismissible" role="alert">
<span class="glyphicon glyphicon-flag" aria-hidden="true"></span>
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
The Apache Beam project is in the process of bootstrapping. This includes the creation of project resources, the refactoring of the initial code submission, and the formulation of project documentation, planning, and design documents. For more information about Beam see the <a href="/getting_started/">getting started page</a>.
</div>
</p>

# Documentation Coming Soon

You've reached a page that's still in draft, or otherwise being developed! Please bear with us as we improve the documentation for Apache Beam.

[Go Back](/) to the main Beam site.

2 changes: 1 addition & 1 deletion content/capability-matrix/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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-29 14:54 PDT</span></p>
<p><span style="font-size:11px;float:none">Last updated: 2016-05-04 16:48 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>

Expand Down
126 changes: 126 additions & 0 deletions content/coming-soon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
<!DOCTYPE html>
<html lang="en">

<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>Apache Beam (incubating)</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 (DSLs). Dataflow pipelines simplify the mechanics of large-scale batch and streaming data processing and can run on a number of runtimes like Apache Flink, Apache Spark, and Google Cloud Dataflow (a cloud service). Beam also brings DSL in different languages, allowing users to easily implement their data integration processes.
">

<link rel="stylesheet" href="/styles/site.css">
<link rel="stylesheet" href="/css/theme.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<link rel="canonical" href="http://beam.incubator.apache.org/coming-soon.html">
<link rel="alternate" type="application/rss+xml" title="Apache Beam (incubating)" href="http://beam.incubator.apache.org/feed.xml">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-73650088-1', 'auto');
ga('send', 'pageview');

</script>
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
</head>


<body role="document">

<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="/" class="navbar-brand" >
<img alt="Brand" style="height: 25px" src="/images/beam_logo_navbar.png">
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Documentation <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Guides</li>
<li><a href="/getting_started/">Getting Started</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Technical Documentation</li>
<li><a href="/capability-matrix/">Capability Matrix</a></li>
<li><a href="https://goo.gl/ps8twC">Technical Docs</a></li>
<li><a href="https://goo.gl/nk5OM0">Technical Vision</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Community</li>
<li><a href="/mailing_lists/">Mailing Lists</a></li>
<li><a href="/team/">Apache Beam Team</a></li>
<li><a href="/public-meetings/">Public Meetings</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Contribute</li>
<li><a href="/contribution-guide/">Contribution Guide</a></li>
<li><a href="/source_repository/">Source Repository</a></li>
<li><a href="/issue_tracking/">Issue Tracking</a></li>
</ul>
</li>
<li><a href="/blog">Blog</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/presentation-materials/">Presentation Materials</a></li>
<li><a href="/material/">Logos and design</a></li>
<li><a href="http://apache.org/licenses/LICENSE-2.0.html">License</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>


<link rel="stylesheet" href="">


<div class="container" role="main">

<div class="container">
<p>
<div class="alert alert-info alert-dismissible" role="alert">
<span class="glyphicon glyphicon-flag" aria-hidden="true"></span>
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
The Apache Beam project is in the process of bootstrapping. This includes the creation of project resources, the refactoring of the initial code submission, and the formulation of project documentation, planning, and design documents. For more information about Beam see the <a href="/getting_started/">getting started page</a>.
</div>
</p>

<h1 id="documentation-coming-soon">Documentation Coming Soon</h1>

<p>You’ve reached a page that’s still in draft, or otherwise being developed! Please bear with us as we improve the documentation for Apache Beam.</p>

<p><a href="/">Go Back</a> to the main Beam site.</p>


</div>


<hr>
<div class="row">
<div class="col-xs-12">
<footer>
<p class="text-center">&copy; Copyright 2016
<a href="http://www.apache.org">The Apache Software Foundation.</a> All Rights Reserved.</p>
<p class="text-center"><a href="/privacy_policy">Privacy Policy</a> |
<a href="/feed.xml">RSS Feed</a></p>
</footer>
</div>
</div>
<!-- container div end -->
</div>


</body>

</html>
4 changes: 2 additions & 2 deletions content/contribution-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ <h3 id="finishing-touches">Finishing touches</h3>
<p>Fetch references from all remote repositories, and checkout the specific pull request branch.</p>

<pre>
$ git fetch --all
$ git checkout -b finish-pr-<b>&lt;pull-request-#&gt;</b> github/pr/<b>&lt;pull-request-#&gt;</b></pre>
&lt;/code&gt;$ git fetch --all
$ git checkout -b finish-pr-<b>&lt;pull-request-#&gt;</b> github/pr/<b>&lt;pull-request-#&gt;</b>&lt;/code&gt;</pre>

<p>At this point, you can commit any final touches to the pull request. For example, you should:</p>

Expand Down
144 changes: 144 additions & 0 deletions content/docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
<!DOCTYPE html>
<html lang="en">

<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>Apache Beam (incubating)</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 (DSLs). Dataflow pipelines simplify the mechanics of large-scale batch and streaming data processing and can run on a number of runtimes like Apache Flink, Apache Spark, and Google Cloud Dataflow (a cloud service). Beam also brings DSL in different languages, allowing users to easily implement their data integration processes.
">

<link rel="stylesheet" href="/styles/site.css">
<link rel="stylesheet" href="/css/theme.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<link rel="canonical" href="http://beam.incubator.apache.org/docs/">
<link rel="alternate" type="application/rss+xml" title="Apache Beam (incubating)" href="http://beam.incubator.apache.org/feed.xml">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-73650088-1', 'auto');
ga('send', 'pageview');

</script>
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
</head>


<body role="document">

<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="/" class="navbar-brand" >
<img alt="Brand" style="height: 25px" src="/images/beam_logo_navbar.png">
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Documentation <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Guides</li>
<li><a href="/getting_started/">Getting Started</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Technical Documentation</li>
<li><a href="/capability-matrix/">Capability Matrix</a></li>
<li><a href="https://goo.gl/ps8twC">Technical Docs</a></li>
<li><a href="https://goo.gl/nk5OM0">Technical Vision</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Community</li>
<li><a href="/mailing_lists/">Mailing Lists</a></li>
<li><a href="/team/">Apache Beam Team</a></li>
<li><a href="/public-meetings/">Public Meetings</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Contribute</li>
<li><a href="/contribution-guide/">Contribution Guide</a></li>
<li><a href="/source_repository/">Source Repository</a></li>
<li><a href="/issue_tracking/">Issue Tracking</a></li>
</ul>
</li>
<li><a href="/blog">Blog</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/presentation-materials/">Presentation Materials</a></li>
<li><a href="/material/">Logos and design</a></li>
<li><a href="http://apache.org/licenses/LICENSE-2.0.html">License</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>


<link rel="stylesheet" href="">


<div class="container" role="main">

<div class="container">
<p>
<div class="alert alert-info alert-dismissible" role="alert">
<span class="glyphicon glyphicon-flag" aria-hidden="true"></span>
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
The Apache Beam project is in the process of bootstrapping. This includes the creation of project resources, the refactoring of the initial code submission, and the formulation of project documentation, planning, and design documents. For more information about Beam see the <a href="/getting_started/">getting started page</a>.
</div>
</p>

<h1 id="apache-beam-documentation">Apache Beam Documentation</h1>

<p>Welcome to the Apache Beam project documentation! The following resources can help you use, integrate with, and contribute to Apache Beam.</p>

<h2 id="using-beam">Using Beam</h2>

<p>These resources help you build and run Beam pipelines for your data processing tasks.</p>

<ul>
<li><a href="/coming-soon.html">Beam Programming Guide</a> - Learn how to use the Beam SDKs to define your data processing workflows.</li>
<li><a href="/coming-soon.html">Beam Example Walkthroughs</a> - Check out detailed walkthroughs of runnable Beam pipelines that use the Beam SDKs to tackle a variety of use cases.</li>
</ul>

<h2 id="integrating-your-distribured-processing-back-end-with-beam">Integrating your Distribured Processing Back-end with Beam</h2>

<ul>
<li><a href="/coming-soon.html">Beam Runner Developer’s Guide</a> - Learn how to build a Beam Runner to help Beam pipelines work with your distributed processing back-end.</li>
</ul>

<h2 id="contributing-to-beam">Contributing to Beam</h2>

<ul>
<li><a href="/contribution-guide/">Beam Contribution Guide</a> - Learn how to contribute to the various open-source Beam SDKs.</li>
</ul>

</div>


<hr>
<div class="row">
<div class="col-xs-12">
<footer>
<p class="text-center">&copy; Copyright 2016
<a href="http://www.apache.org">The Apache Software Foundation.</a> All Rights Reserved.</p>
<p class="text-center"><a href="/privacy_policy">Privacy Policy</a> |
<a href="/feed.xml">RSS Feed</a></p>
</footer>
</div>
</div>
<!-- container div end -->
</div>


</body>

</html>
6 changes: 3 additions & 3 deletions content/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</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>Fri, 29 Apr 2016 14:54:11 -0700</pubDate>
<lastBuildDate>Fri, 29 Apr 2016 14:54:11 -0700</lastBuildDate>
<generator>Jekyll v3.1.2</generator>
<pubDate>Wed, 04 May 2016 16:48:02 -0700</pubDate>
<lastBuildDate>Wed, 04 May 2016 16:48:02 -0700</lastBuildDate>
<generator>Jekyll v3.1.3</generator>

<item>
<title>Apache Beam Presentation Materials</title>
Expand Down
Loading

0 comments on commit c90dbf1

Please sign in to comment.