Repository: apex-site
Updated Branches:
  refs/heads/master e70f1ec76 -> 382f001e0


Add link to Beginner's Guide


Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/382f001e
Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/382f001e
Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/382f001e

Branch: refs/heads/master
Commit: 382f001e09a4a0b9c6051925a06ecf61bfa6fa57
Parents: e70f1ec
Author: Munagala V. Ramanath <r...@datatorrent.com>
Authored: Fri Jun 24 15:54:44 2016 -0700
Committer: Munagala V. Ramanath <r...@datatorrent.com>
Committed: Fri Jun 24 15:54:44 2016 -0700

----------------------------------------------------------------------
 src/md/docs.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-site/blob/382f001e/src/md/docs.md
----------------------------------------------------------------------
diff --git a/src/md/docs.md b/src/md/docs.md
index 7fa774c..832f2e1 100644
--- a/src/md/docs.md
+++ b/src/md/docs.md
@@ -8,6 +8,7 @@ Documentation for previous releases is available in 
[Downloads](/downloads.html)
 
 ### Writing Apache Apex Applications
 
+- <a href="http://docs.datatorrent.com/beginner/"; rel="nofollow">Beginner's 
Guide to Apache Apex</a> This document provides a comprehensive overview of 
Apex and is recommended for developers just starting out with Apex.
 - [Building Your First Apache Apex Application](https://youtu.be/LwRWBudOjg4) 
This video has a hands-on demonstration of how to check out the source code 
repositories and build them, then run the maven archetype command to generate a 
new Apache Apex project, populate the project with Java source files for a new 
application, and finally, build and run the application -- all on a virtual 
machine running Linux with Apache Hadoop installed.
 - <a href="http://docs.datatorrent.com/tutorials/topnwords/"; 
rel="nofollow">Top N Words Application Tutorial</a> This document provides a 
detailed step-by-step description of how to build and run a
 word counting application with Apache Apex starting with setting up your 
development environment, progressing to building, running and monitoring the 
application, visualizing the output and concluding with some advanced features 
such as assessing operator memory requirements, partitioning, and debugging.

Reply via email to