You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2019/10/02 08:48:48 UTC

[flink-web] branch asf-site updated (826c7af -> 2ca9684)

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

fhueske pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.


    from 826c7af  Rebuild website.
     new 7fc8570  Add Gojek to Powered By page.
     new 2ca9684  Rebuild website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/img/poweredby/gojek-logo.png | Bin 0 -> 12795 bytes
 content/index.html                   |   6 ++++++
 content/poweredby.html               |   4 ++++
 img/poweredby/gojek-logo.png         | Bin 0 -> 12795 bytes
 index.md                             |   6 ++++++
 poweredby.md                         |   4 ++++
 6 files changed, 20 insertions(+)
 create mode 100644 content/img/poweredby/gojek-logo.png
 create mode 100644 img/poweredby/gojek-logo.png


[flink-web] 01/02: Add Gojek to Powered By page.

Posted by fh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 7fc857030998ea8ce6366bfec63850e08e24c563
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Tue Sep 24 17:24:14 2019 +0200

    Add Gojek to Powered By page.
    
    This closes #273.
---
 img/poweredby/gojek-logo.png | Bin 0 -> 12795 bytes
 index.md                     |   6 ++++++
 poweredby.md                 |   4 ++++
 3 files changed, 10 insertions(+)

diff --git a/img/poweredby/gojek-logo.png b/img/poweredby/gojek-logo.png
new file mode 100644
index 0000000..a015bcc
Binary files /dev/null and b/img/poweredby/gojek-logo.png differ
diff --git a/index.md b/index.md
index af2b860..bd3bf2f 100644
--- a/index.md
+++ b/index.md
@@ -211,6 +211,12 @@ layout: base
         </li>
         <li>
           <div><a href="{{ site.baseurl }}/poweredby.html">
+            <img src="{{ site.baseurl }}/img/poweredby/gojek-logo.png" width="175"  alt="Gojek" />
+          </a></div>
+         
+        </li>
+        <li>
+          <div><a href="{{ site.baseurl }}/poweredby.html">
             <img src="{{ site.baseurl }}/img/poweredby/huawei-logo.png" width="175" alt="Huawei" />
           </a></div>
         
diff --git a/poweredby.md b/poweredby.md
index 06efa74..f002f39 100644
--- a/poweredby.md
+++ b/poweredby.md
@@ -61,6 +61,10 @@ If you would you like to be included on this page, please reach out to the [Flin
       Ericsson used Flink to build a real-time anomaly detector with machine learning over large infrastructures. <br><br><a href="https://www.oreilly.com/ideas/applying-the-kappa-architecture-in-the-telco-industry" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Read a detailed overview on O'Reilly Ideas</a>
   </div>
   <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
+    <img src="{{ site.baseurl }}/img/poweredby/gojek-logo.png" alt="Gojek" /><br />
+      Gojek is a Super App: one app with over 20 services uses Flink to power their self-serve platform empowering data-driven decisions across functions. <br><br><a href="https://blog.gojekengineering.com/how-our-diy-platform-creates-value-through-network-effects-76e1e8bad0db" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Read more on the Gojek engineering blog</a>
+  </div>
+  <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
     <img src="{{ site.baseurl }}/img/poweredby/huawei-logo.png" alt="Huawei" /><br />
       Huawei is a leading global provider of ICT infrastructure and smart devices. Huawei Cloud provides Cloud Service based on Flink. <br><br><a href="https://www.slideshare.net/FlinkForward/flink-forward-san-francisco-2018-jinkui-shi-and-radu-tudoran-flink-realtime-analysis-in-cloudstream-service-of-huawei-cloud" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Learn about how Flink powers Cloud Service</a>
   </div>


[flink-web] 02/02: Rebuild website

Posted by fh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 2ca968440d94d3947c039c6002e161218bba47af
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Wed Oct 2 10:48:14 2019 +0200

    Rebuild website
---
 content/img/poweredby/gojek-logo.png | Bin 0 -> 12795 bytes
 content/index.html                   |   6 ++++++
 content/poweredby.html               |   4 ++++
 3 files changed, 10 insertions(+)

diff --git a/content/img/poweredby/gojek-logo.png b/content/img/poweredby/gojek-logo.png
new file mode 100644
index 0000000..a015bcc
Binary files /dev/null and b/content/img/poweredby/gojek-logo.png differ
diff --git a/content/index.html b/content/index.html
index b69c18a..f0e112f 100644
--- a/content/index.html
+++ b/content/index.html
@@ -382,6 +382,12 @@
         </li>
         <li>
           <div><a href="/poweredby.html">
+            <img src="/img/poweredby/gojek-logo.png" width="175" alt="Gojek" />
+          </a></div>
+         
+        </li>
+        <li>
+          <div><a href="/poweredby.html">
             <img src="/img/poweredby/huawei-logo.png" width="175" alt="Huawei" />
           </a></div>
         
diff --git a/content/poweredby.html b/content/poweredby.html
index f8ea91d..7cf4c98 100644
--- a/content/poweredby.html
+++ b/content/poweredby.html
@@ -236,6 +236,10 @@
       Ericsson used Flink to build a real-time anomaly detector with machine learning over large infrastructures. <br /><br /><a href="https://www.oreilly.com/ideas/applying-the-kappa-architecture-in-the-telco-industry" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Read a detailed overview on O'Reilly Ideas</a>
   </div>
   <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
+    <img src="/img/poweredby/gojek-logo.png" alt="Gojek" /><br />
+      Gojek is a Super App: one app with over 20 services uses Flink to power their self-serve platform empowering data-driven decisions across functions. <br /><br /><a href="https://blog.gojekengineering.com/how-our-diy-platform-creates-value-through-network-effects-76e1e8bad0db" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Read more on the Gojek engineering blog</a>
+  </div>
+  <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
     <img src="/img/poweredby/huawei-logo.png" alt="Huawei" /><br />
       Huawei is a leading global provider of ICT infrastructure and smart devices. Huawei Cloud provides Cloud Service based on Flink. <br /><br /><a href="https://www.slideshare.net/FlinkForward/flink-forward-san-francisco-2018-jinkui-shi-and-radu-tudoran-flink-realtime-analysis-in-cloudstream-service-of-huawei-cloud" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Learn about how Flink powers Cloud Service</a>
   </div>