from 9414c92e9aa1a2fc2eab32a8320f409ebecc716c
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/aa0dcce5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/aa0dcce5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/aa0dcce5 Branch: refs/heads/asf-site Commit: aa0dcce570678632817f9d0cc6372a30d633ebfc Parents: 75cddb1 Author: sashadt <[email protected]> Authored: Fri Mar 11 18:40:15 2016 -0800 Committer: sashadt <[email protected]> Committed: Fri Mar 11 18:40:15 2016 -0800 ---------------------------------------------------------------------- content/community.html | 4 + content/docs.html | 41 +- content/docs/malhar-3.3/__init__.py | 0 content/docs/malhar-3.3/__init__.pyc | Bin 0 -> 166 bytes content/docs/malhar-3.3/base.html | 118 +++++ content/docs/malhar-3.3/breadcrumbs.html | 25 + content/docs/malhar-3.3/css/highlight.css | 124 +++++ content/docs/malhar-3.3/css/theme.css | 12 + content/docs/malhar-3.3/css/theme_extra.css | 154 +++++++ content/docs/malhar-3.3/favicon.ico | Bin 0 -> 25597 bytes .../malhar-3.3/fonts/fontawesome-webfont.eot | Bin 0 -> 37405 bytes .../malhar-3.3/fonts/fontawesome-webfont.svg | 399 ++++++++++++++++ .../malhar-3.3/fonts/fontawesome-webfont.ttf | Bin 0 -> 79076 bytes .../malhar-3.3/fonts/fontawesome-webfont.woff | Bin 0 -> 43572 bytes content/docs/malhar-3.3/footer.html | 23 + .../docs/malhar-3.3/images/malhar-operators.png | Bin 0 -> 109734 bytes content/docs/malhar-3.3/img/favicon.ico | Bin 0 -> 1150 bytes content/docs/malhar-3.3/index.html | 248 ++++++++++ content/docs/malhar-3.3/js/highlight.pack.js | 2 + content/docs/malhar-3.3/js/jquery-2.1.1.min.js | 4 + .../docs/malhar-3.3/js/modernizr-2.8.3.min.js | 1 + content/docs/malhar-3.3/js/theme.js | 55 +++ .../malhar-3.3/license/highlight.js/LICENSE | 24 + content/docs/malhar-3.3/mkdocs/js/lunr.min.js | 7 + .../docs/malhar-3.3/mkdocs/js/mustache.min.js | 1 + content/docs/malhar-3.3/mkdocs/js/require.js | 36 ++ .../mkdocs/js/search-results-template.mustache | 4 + content/docs/malhar-3.3/mkdocs/js/search.js | 88 ++++ content/docs/malhar-3.3/mkdocs/js/text.js | 390 ++++++++++++++++ .../docs/malhar-3.3/mkdocs/search_index.json | 434 ++++++++++++++++++ .../operators/block_reader/index.html | 400 ++++++++++++++++ .../malhar-3.3/operators/file_output/index.html | 331 ++++++++++++++ .../operators/file_splitter/index.html | 352 ++++++++++++++ .../images/blockreader/classdiagram.png | Bin 0 -> 48613 bytes .../images/blockreader/flowdiagram.png | Bin 0 -> 48160 bytes .../images/blockreader/fsreaderexample.png | Bin 0 -> 29927 bytes .../blockreader/totalBacklogProcessing.png | Bin 0 -> 55944 bytes .../images/fileoutput/FileRotation.png | Bin 0 -> 26067 bytes .../operators/images/fileoutput/diagram1.png | Bin 0 -> 30754 bytes .../images/filesplitter/baseexample.png | Bin 0 -> 14493 bytes .../images/filesplitter/classdiagram.png | Bin 0 -> 14513 bytes .../images/filesplitter/inputexample.png | Bin 0 -> 16012 bytes .../operators/images/filesplitter/sequence.png | Bin 0 -> 17020 bytes .../operators/images/kafkainput/image00.png | Bin 0 -> 36143 bytes .../operators/kafkaInputOperator/index.html | 455 +++++++++++++++++++ content/docs/malhar-3.3/search.html | 171 +++++++ content/docs/malhar-3.3/searchbox.html | 5 + content/docs/malhar-3.3/sitemap.xml | 40 ++ content/docs/malhar-3.3/toc.html | 23 + content/docs/malhar-3.3/versions.html | 15 + content/resources.html | 140 ++++++ 51 files changed, 4120 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/aa0dcce5/content/community.html ---------------------------------------------------------------------- diff --git a/content/community.html b/content/community.html index 804767d..4e53859 100644 --- a/content/community.html +++ b/content/community.html @@ -101,6 +101,10 @@ </ul> <h2 id="project-maturity-model">Project Maturity Model</h2> <p>To see self assessment of the project, <a href="/maturity.html">check out project maturity model</a></p> +<h3 id="roadmap">Roadmap</h3> +<ul> +<li><a href="roadmap.html">Apex Roadmap</a> comprises key features planned for the future releases</li> +</ul> <h2 id="meetup-groups">Meetup Groups</h2> <p>Full list of Apache Apex meetup groups is available at <a href="http://apache-apex.meetup.com/">Apache Apex Meetup Groups</a></p> <p>To see upcoming meetup events, please visit <a href="/announcements.html">announcements page</a>.</p> http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/aa0dcce5/content/docs.html ---------------------------------------------------------------------- diff --git a/content/docs.html b/content/docs.html index 30581c2..84957d3 100644 --- a/content/docs.html +++ b/content/docs.html @@ -79,22 +79,51 @@ <h3 id="apex-core">Apex Core</h3> <ul> <li><a href="/docs/apex-3.3/">apex-3.3-incubating</a></li> +<li><a href="https://www.datatorrent.com/docs/apidocs/">JavaDoc</a></li> +</ul> +<h3 id="apex-malhar">Apex Malhar</h3> +<ul> +<li><a href="/docs/malhar-3.3/">malhar-3.3-incubating</a></li> </ul> -<h3 id="getting-started">Getting Started</h3> +<h3 id="writing-apex-applications">Writing Apex Applications</h3> <ul> <li><a href="https://youtu.be/LwRWBudOjg4">Building Your First Apache Apex Application (video)</a></li> <li><a href="http://docs.datatorrent.com/tutorials/topnwords/">Top N Words Application Tutorial</a></li> <li><a href="http://docs.datatorrent.com/tutorials/salesdimensions/">Sales Dimensions Application Tutorial</a></li> +<li><a href="https://github.com/DataTorrent/examples">Example Applications</a></li> +<li><a href="https://github.com/apache/incubator-apex-malhar/tree/master/demos">Malhar Demos</a></li> </ul> -<h3 id="developer-guides">Developer Guides</h3> +<h3 id="presentations">Presentations</h3> <ul> -<li><a href="/contributing.html">Contributing Guidelines</a></li> -<li><a href="https://www.datatorrent.com/docs/apidocs/">JavaDoc</a></li> +<li><a href="http://www.slideshare.net/ApacheApex/capital-ones-next-generation-decision-in-less-than-2-ms">Next gen decision making < 2ms</a> - Ilya Genelin - Apex Meetup 02/26/2016</li> +<li><a href="http://www.slideshare.net/ApacheApex/integrating-ni-fiandapex-by-bryan-bende">Nifi integration with Apex</a> - Bryan Bende - Apex Meetup 02/26/2016</li> +<li><a href="http://yogidevendra.ml/2016/03/windowing-in-apex.html">Windowing in Apex</a> - Yogi Devendra</li> +<li><a href="http://yogidevendra.ml/2016/03/windowing-in-apex.html">Introduction to Real-Time data processing</a> - Yogi Devendra</li> +<li><a href="http://www.slideshare.net/PramodImmaneni/meetup-59089806">Stream Processing with Apache Apex</a> - Pramod Immaneni - Phoenix HUG 03/02/2016</li> +<li><a href="http://files.meetup.com/18978602/University%20program%20-%20Writing%20an%20Apache%20Apex%20application.pdf">Writing an Apache Apex application</a> - Akshay Gore and Bhupesh Chawda - PICT 02/13/2016</li> +</ul> +<h3 id="webinars">Webinars</h3> +<ul> +<li>Amol Kekre and Thomas Weise - <a href="https://www.brighttalk.com/webcast/13685/190407">Introducing Apache Apex (incubating)</a> - 02/25/2016</li> +</ul> +<h3 id="videos">Videos</h3> +<ul> +<li><a href="https://www.youtube.com/watch?v=KkjhyBLupvs">Apache Apex meetup 02/26/2016</a></li> +<li><a href="https://www.youtube.com/watch?v=LwRWBudOjg4">Building your First Apex App</a></li> +</ul> +<h3 id="blogs">Blogs</h3> +<ul> +<li><a href="https://www.datatorrent.com/blog/introducing-apache-apex-incubating/">Introducing Apex</a></li> +<li><a href="https://www.datatorrent.com/blog/tracing-dags-from-specification-to-execution/">DAG to Execution</a></li> +<li><a href="https://www.datatorrent.com/blog/blog-introduction-to-checkpoint/">CheckPoint</a></li> +<li><a href="https://www.datatorrent.com/blog/blog-operability-the-graveyard-of-big-data-projects/">Operability</a></li> +<li><a href="https://www.datatorrent.com/blog/blog-security-considerations-for-yarn-based-distributed-applications-in-hadoop/">Security</a></li> +<li><a href="https://www.datatorrent.com/blog/end-to-end-exactly-once-with-apache-apex/">End to End - Exactly-Once</a></li> <li><a href="https://www.datatorrent.com/blog-apex-performance-benchmark/">Benchmarks compare between 2.0 and 3.0</a></li> </ul> -<h3 id="roadmap">Roadmap</h3> +<h3 id="troubleshooting">Troubleshooting</h3> <ul> -<li><a href="roadmap.html">Apex Roadmap</a> comprises key features planned for the future releases</li> +<li><a href="http://docs.datatorrent.com/troubleshooting/">Troubelshooting Guide</a></li> </ul> </div> http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/aa0dcce5/content/docs/malhar-3.3/__init__.py ---------------------------------------------------------------------- diff --git a/content/docs/malhar-3.3/__init__.py b/content/docs/malhar-3.3/__init__.py new file mode 100644 index 0000000..e69de29 http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/aa0dcce5/content/docs/malhar-3.3/__init__.pyc ---------------------------------------------------------------------- diff --git a/content/docs/malhar-3.3/__init__.pyc b/content/docs/malhar-3.3/__init__.pyc new file mode 100644 index 0000000..f478a23 Binary files /dev/null and b/content/docs/malhar-3.3/__init__.pyc differ http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/aa0dcce5/content/docs/malhar-3.3/base.html ---------------------------------------------------------------------- diff --git a/content/docs/malhar-3.3/base.html b/content/docs/malhar-3.3/base.html new file mode 100644 index 0000000..87c9f8a --- /dev/null +++ b/content/docs/malhar-3.3/base.html @@ -0,0 +1,118 @@ +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + {% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %} + {% if site_author %}<meta name="author" content="{{ site_author }}">{% endif %} + {% block htmltitle %} + <title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title> + {% endblock %} + + {% if favicon %}<link rel="shortcut icon" href="{{ favicon }}"> + {% else %}<link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico">{% endif %} + + {# CSS #} + <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'> + + <link rel="stylesheet" href="{{ base_url }}/css/theme.css" type="text/css" /> + <link rel="stylesheet" href="{{ base_url }}/css/theme_extra.css" type="text/css" /> + <link rel="stylesheet" href="{{ base_url }}/css/highlight.css"> + {%- for path in extra_css %} + <link href="{{ path }}" rel="stylesheet"> + {%- endfor %} + + {% if current_page %} + <script> + // Current page data + var mkdocs_page_name = {{ page_title|tojson|safe }}; + var mkdocs_page_input_path = {{ current_page.input_path|tojson|safe }}; + var mkdocs_page_url = {{ current_page.abs_url|tojson|safe }}; + </script> + {% endif %} + <script src="{{ base_url }}/js/jquery-2.1.1.min.js"></script> + <script src="{{ base_url }}/js/modernizr-2.8.3.min.js"></script> + <script type="text/javascript" src="{{ base_url }}/js/highlight.pack.js"></script> + <script src="{{ base_url }}/js/theme.js"></script> + + {%- block extrahead %} {% endblock %} + + {%- for path in extra_javascript %} + <script src="{{ path }}"></script> + {%- endfor %} + + {% if google_analytics %} + <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', '{{ google_analytics[0] }}', '{{ google_analytics[1] }}'); + ga('send', 'pageview'); + </script> + {% endif %} +</head> + +<body class="wy-body-for-nav" role="document"> + + <div class="wy-grid-for-nav"> + + {# SIDE NAV, TOGGLES ON MOBILE #} + <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> + <div class="wy-side-nav-search"> + <a href="{{ homepage_url }}" class="icon icon-home"> {{ site_name }}</a> + {% include "searchbox.html" %} + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + <ul class="current"> + {% for nav_item in nav %} + <li>{% include "toc.html" %}<li> + {% endfor %} + </ul> + </div> + + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + {# MOBILE NAV, TRIGGLES SIDE NAV ON TOGGLE #} + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="{{ homepage_url }}">{{ site_name }}</a> + </nav> + + {# PAGE CONTENT #} + <div class="wy-nav-content"> + <div class="rst-content"> + {% include "breadcrumbs.html" %} + <div role="main"> + <div class="section"> + {% block content %} + {{ content }} + {% endblock %} + </div> + </div> + {%- block footer %} + {% include "footer.html" %} + {% endblock %} + </div> + </div> + + </section> + + </div> + +{% include "versions.html" %} + +</body> +</html> +{% if current_page and current_page.is_homepage %} +<!-- +MkDocs version : {{ mkdocs_version }} +Build Date UTC : {{ build_date_utc }} +--> +{% endif %} http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/aa0dcce5/content/docs/malhar-3.3/breadcrumbs.html ---------------------------------------------------------------------- diff --git a/content/docs/malhar-3.3/breadcrumbs.html b/content/docs/malhar-3.3/breadcrumbs.html new file mode 100644 index 0000000..01960e6 --- /dev/null +++ b/content/docs/malhar-3.3/breadcrumbs.html @@ -0,0 +1,25 @@ +<div role="navigation" aria-label="breadcrumbs navigation"> + <ul class="wy-breadcrumbs"> + <li><a href="{{ homepage_url }}">Docs</a> »</li> + {% if current_page %} + {% for doc in current_page.ancestors %} + {% if doc.link %} + <li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li> + {% else %} + <li>{{ doc.title }} »</li> + {% endif %} + {% endfor %} + {% endif %} + {% if current_page %}<li>{{ current_page.title }}</li>{% endif %} + <li class="wy-breadcrumbs-aside"> + {% if repo_url %} + {% if repo_name == 'GitHub' %} + <a href="{{ repo_url }}" class="icon icon-github"> Edit on GitHub</a> + {% elif repo_name == 'Bitbucket' %} + <a href="{{ repo_url }}" class="icon icon-bitbucket"> Edit on BitBucket</a> + {% endif %} + {% endif %} + </li> + </ul> + <hr/> +</div> http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/aa0dcce5/content/docs/malhar-3.3/css/highlight.css ---------------------------------------------------------------------- diff --git a/content/docs/malhar-3.3/css/highlight.css b/content/docs/malhar-3.3/css/highlight.css new file mode 100644 index 0000000..0ae40a7 --- /dev/null +++ b/content/docs/malhar-3.3/css/highlight.css @@ -0,0 +1,124 @@ +/* +This is the GitHub theme for highlight.js + +github.com style (c) Vasily Polovnyov <[email protected]> + +*/ + +.hljs { + display: block; + overflow-x: auto; + color: #333; + -webkit-text-size-adjust: none; +} + +.hljs-comment, +.diff .hljs-header, +.hljs-javadoc { + color: #998; + font-style: italic; +} + +.hljs-keyword, +.css .rule .hljs-keyword, +.hljs-winutils, +.nginx .hljs-title, +.hljs-subst, +.hljs-request, +.hljs-status { + color: #333; + font-weight: bold; +} + +.hljs-number, +.hljs-hexcolor, +.ruby .hljs-constant { + color: #008080; +} + +.hljs-string, +.hljs-tag .hljs-value, +.hljs-phpdoc, +.hljs-dartdoc, +.tex .hljs-formula { + color: #d14; +} + +.hljs-title, +.hljs-id, +.scss .hljs-preprocessor { + color: #900; + font-weight: bold; +} + +.hljs-list .hljs-keyword, +.hljs-subst { + font-weight: normal; +} + +.hljs-class .hljs-title, +.hljs-type, +.vhdl .hljs-literal, +.tex .hljs-command { + color: #458; + font-weight: bold; +} + +.hljs-tag, +.hljs-tag .hljs-title, +.hljs-rule .hljs-property, +.django .hljs-tag .hljs-keyword { + color: #000080; + font-weight: normal; +} + +.hljs-attribute, +.hljs-variable, +.lisp .hljs-body, +.hljs-name { + color: #008080; +} + +.hljs-regexp { + color: #009926; +} + +.hljs-symbol, +.ruby .hljs-symbol .hljs-string, +.lisp .hljs-keyword, +.clojure .hljs-keyword, +.scheme .hljs-keyword, +.tex .hljs-special, +.hljs-prompt { + color: #990073; +} + +.hljs-built_in { + color: #0086b3; +} + +.hljs-preprocessor, +.hljs-pragma, +.hljs-pi, +.hljs-doctype, +.hljs-shebang, +.hljs-cdata { + color: #999; + font-weight: bold; +} + +.hljs-deletion { + background: #fdd; +} + +.hljs-addition { + background: #dfd; +} + +.diff .hljs-change { + background: #0086b3; +} + +.hljs-chunk { + color: #aaa; +}
