You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2015/09/07 20:49:15 UTC

incubator-apex-site git commit: modified home page content, brought back community tab

Repository: incubator-apex-site
Updated Branches:
  refs/heads/master e5624702a -> 836447e6f


modified home page content, brought back community tab


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

Branch: refs/heads/master
Commit: 836447e6f1fab3c3afbc528815b85d99227e7b25
Parents: e562470
Author: Andy Perlitch <an...@gmail.com>
Authored: Mon Sep 7 11:49:11 2015 -0700
Committer: Andy Perlitch <an...@gmail.com>
Committed: Mon Sep 7 11:49:11 2015 -0700

----------------------------------------------------------------------
 navigation.js            |  2 +-
 src/md/community.md      |  2 ++
 src/md/index.md          |  6 ++++++
 src/pages/community.html |  1 -
 src/pages/index.html     | 17 +++++++++++++++--
 5 files changed, 24 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/836447e6/navigation.js
----------------------------------------------------------------------
diff --git a/navigation.js b/navigation.js
index a9bb55d..5eb447c 100644
--- a/navigation.js
+++ b/navigation.js
@@ -6,7 +6,7 @@
 
 exports = module.exports = [
   { id: 'index', label: 'Home', href: '/' },
-  // { id: 'community', label: 'Community', href: '/community.html' },
+  { id: 'community', label: 'Community', href: '/community.html' },
   { id: 'docs', label: 'Docs', href: '/docs.html' },
   { id: 'github', label: 'Github', items: [
     { label: 'Apex Core', href: 'https://github.com/apache/incubator-apex-core' },

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/836447e6/src/md/community.md
----------------------------------------------------------------------
diff --git a/src/md/community.md b/src/md/community.md
index 3cda52f..b03461f 100644
--- a/src/md/community.md
+++ b/src/md/community.md
@@ -1,3 +1,5 @@
+# Community
+
 ## Mailing Lists
 
 The following mailing lists can be used to get help with Apex.

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/836447e6/src/md/index.md
----------------------------------------------------------------------
diff --git a/src/md/index.md b/src/md/index.md
new file mode 100644
index 0000000..baf91ec
--- /dev/null
+++ b/src/md/index.md
@@ -0,0 +1,6 @@
+
+**Apex** is an enterprise grade native YARN big data-in-motion platform that unifies stream processing as well as batch processing. Apex processes big data in-motion in a highly scalable, highly performant, fault tolerant, stateful, secure, distributed, and an easily operable way. It provides a simple API that enables users to write or re-use generic Java code, thereby lowering the expertise needed to write big data applications.
+
+Functional and operational specifications are separated. Apex is designed in a way to enable users to write their own code (aka user defined functions) as is and leave all operability to the platform. The API is very simple and is designed to allow users to drop in their code as is. The platform mainly deals with operability and treats functional code as a black box. Operability includes fault tolerance, scalability, security, ease of use, metrics api, webservices, etc. In other words there is no separation of UDF (user defined functions), as all functional code is UDF. This frees users to focus on functional development, and lets platform provide operability support. The same code runs as is with different operability attributes. The data-in-motion architecture of Apex unifies stream as well as batch processing in a single platform. Since Apex is a native YARN application, it leverages all the components of YARN without duplication. Apex was developed with YARN in mind and has no o
 verlapping components/functionality with YARN.
+
+The Apex platform is supplemented by project Malhar, which is a library of operators that implement common business logic functions needed by customers who want to quickly develop applications. These operators provide access to HDFS, S3, NFS, FTP, and other file systems; Kafka, ActiveMQ, RabbitMQ, JMS, and other message systems; MySql, Cassandra, MongoDB, Redis, HBase, CouchDB and other databases along with JDBC connectors. The Malhar library also includes a host of other common business logic patterns that help users to significantly reduce the time it takes to go into production. Ease of integration with all other big data technologies is one of the primary missions of Malhar.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/836447e6/src/pages/community.html
----------------------------------------------------------------------
diff --git a/src/pages/community.html b/src/pages/community.html
index d343376..b230c5d 100644
--- a/src/pages/community.html
+++ b/src/pages/community.html
@@ -2,7 +2,6 @@
 
 <div class="container">
   
-  <h1>Community</h1>
   {{> community}}
 
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/836447e6/src/pages/index.html
----------------------------------------------------------------------
diff --git a/src/pages/index.html b/src/pages/index.html
index bbc7f32..04026c5 100644
--- a/src/pages/index.html
+++ b/src/pages/index.html
@@ -4,7 +4,7 @@
 <div class="jumbotron">
   <div class="container">
     <h1>Apache Apex <small>(incubating)</small></h1>
-    <p>An enterprise grade native YARN big data-in-motion platform that unifies stream processing as well as batch processing.</p>
+    <p>Industry’s only open source, enterprise-grade unified stream and batch processing engine.</p>
     <p>
       <a class="btn btn-info btn-lg" href="http://incubator.apache.org/projects/apex.html" role="button">Incubation Status Page</a>
       <a class="btn btn-info btn-lg" href="https://github.com/apache/incubator-apex-core" role="button">Github</a>
@@ -13,7 +13,20 @@
 </div>
 
 <div class="container">
-  {{> community}}
+  <div class="col-md-4">
+    <h2>Enterprise Grade</h2>
+    <p><strong>Apex is a <a href="http://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/YARN.html" target="_blank">YARN</a>-native platform that unifies stream and batch processing processing</strong>. It processes big data in-motion in a way that is highly scalable, highly performant, fault tolerant, stateful, secure, distributed, and easily operable.</p>
+  </div>
+  <div class="col-md-4">
+    <h2>Low Barrier-to-entry</h2>
+    <p><strong>Write your business logic and leave all operability to the platform.</strong> It provides a simple API that enables developers to write or re-use generic Java code, thereby lowering the expertise needed to write big data applications.</p>
+    <p><a href="/docs.html">view the docs &raquo;</a></p>
+  </div>
+  <div class="col-md-4">
+    <h2>Modular &amp; Open-Source</h2>
+    <p><strong>The Apex platform is supplemented by project Malhar</strong>, a library of operators (modular units of business logic) that can be leveraged to quickly create new and non-trivial applications.</p>
+    <p><a href="/community.html">community resources &raquo;</a></p>
+  </div>
 </div>
 
 {{> footer}}
\ No newline at end of file