You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2021/08/23 08:14:01 UTC

[incubator-wayang-website] branch main updated: modification home page

This is an automated email from the ASF dual-hosted git repository.

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new b8e845a  modification home page
b8e845a is described below

commit b8e845a5527a8d12bc3a14bebff3746888703748
Author: bertty <be...@gmail.com>
AuthorDate: Mon Aug 23 10:13:53 2021 +0200

    modification home page
---
 _layouts/home.html | 14 ++++++++++++++
 index.md           |  5 +++++
 2 files changed, 19 insertions(+)

diff --git a/_layouts/home.html b/_layouts/home.html
index 7242616..ba2c3ce 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -96,6 +96,20 @@ layout: default
         {% endfor %}
         </div>
     </div>
+    <div class="container">
+        <div class="d-flex justify-content-center tx-shadow">
+            <p class="display-4 p-2">
+                {{ page.section-4.title }}
+            </p>
+        </div>
+        <div class="d-flex justify-content-center tx-shadow">
+            <p class="lead p-2">
+                <strong>
+                    {{ page.section-4.text }}
+                </strong>
+            </p>
+        </div>
+    </div>
 </section>
 
 <script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
diff --git a/index.md b/index.md
index a81dc5c..79b7a63 100644
--- a/index.md
+++ b/index.md
@@ -29,4 +29,9 @@ section-2:
 section-3:
   title: Features
   text: How we move the string for you
+section-4:
+  title: Why is Apache Wayang faster as other, modern frameworks?
+  text: |
+   Apache Wayang uses internal optimization patterns to detect the best possible combination of computation and nodes. We know, just adding more nodes into a cluster doesn't mean more speed; each additional node has several tradeoffs, be it shuffle or communication bottlenecks.
+   Apache Wayang understands the UDF's and optimizes the function for the underlying processing platform. It also uses small JVM instances to reduce the operational overhead when processing a reduced number of data points.
 ---