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/09/23 09:35:14 UTC

[flink-web] branch asf-site updated (caf1c41 -> b8b507e)

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 caf1c41  Rebuild website
     new 2cbd74b  Add Xiaomi to the Powered By page
     new b8b507e  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/xiaomi-logo.png | Bin 0 -> 48194 bytes
 content/index.html                    |   6 ++++++
 content/poweredby.html                |   4 ++++
 content/zh/index.html                 |   8 +++++++-
 content/zh/poweredby.html             |   4 ++++
 img/poweredby/xiaomi-logo.png         | Bin 0 -> 48194 bytes
 index.md                              |   6 ++++++
 index.zh.md                           |   8 +++++++-
 poweredby.md                          |   4 ++++
 poweredby.zh.md                       |   4 ++++
 10 files changed, 42 insertions(+), 2 deletions(-)
 create mode 100644 content/img/poweredby/xiaomi-logo.png
 create mode 100644 img/poweredby/xiaomi-logo.png


[flink-web] 01/02: Add Xiaomi to the 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 2cbd74bd8a4048fe48cef8040011da80ad34ce26
Author: Jark Wu <wu...@alibaba-inc.com>
AuthorDate: Mon Sep 23 16:23:52 2019 +0800

    Add Xiaomi to the Powered By page
    
    This closes #270.
---
 img/poweredby/xiaomi-logo.png | Bin 0 -> 48194 bytes
 index.md                      |   6 ++++++
 index.zh.md                   |   8 +++++++-
 poweredby.md                  |   4 ++++
 poweredby.zh.md               |   4 ++++
 5 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/img/poweredby/xiaomi-logo.png b/img/poweredby/xiaomi-logo.png
new file mode 100644
index 0000000..004707a
Binary files /dev/null and b/img/poweredby/xiaomi-logo.png differ
diff --git a/index.md b/index.md
index 73a37ab..9242e71 100644
--- a/index.md
+++ b/index.md
@@ -290,6 +290,12 @@ layout: base
         </li>
         <li>
           <div><a href="{{ site.baseurl }}/poweredby.html">
+            <img src="{{ site.baseurl }}/img/poweredby/xiaomi-logo.png" width="175" alt="Xiaomi" />
+          </a></div>
+
+        </li>
+        <li>
+          <div><a href="{{ site.baseurl }}/poweredby.html">
             <img src="{{ site.baseurl }}/img/poweredby/yelp-logo.png" width="175" alt="Yelp" />
           </a></div>
           
diff --git a/index.zh.md b/index.zh.md
index a8a11ce..b798558 100644
--- a/index.zh.md
+++ b/index.zh.md
@@ -271,7 +271,7 @@ layout: base
           
         </li>
         <li>
-          <div><a href="{{ site.baseurl }}/poweredby.html">
+          <div><a href="{{ site.baseurl }}/zh/poweredby.html">
             <img src="{{ site.baseurl }}/img/poweredby/sktelecom-logo.png" width="175" alt="SK telecom" />
           </a></div>
                   
@@ -290,6 +290,12 @@ layout: base
         </li>
         <li>
           <div><a href="{{ site.baseurl }}/zh/poweredby.html">
+            <img src="{{ site.baseurl }}/img/poweredby/xiaomi-logo.png" width="175" alt="Xiaomi" />
+          </a></div>
+
+        </li>
+        <li>
+          <div><a href="{{ site.baseurl }}/zh/poweredby.html">
             <img src="{{ site.baseurl }}/img/poweredby/yelp-logo.png" width="175" alt="Yelp" />
           </a></div>
           
diff --git a/poweredby.md b/poweredby.md
index 7775388..f4f7eb3 100644
--- a/poweredby.md
+++ b/poweredby.md
@@ -122,6 +122,10 @@ If you would you like to be included on this page, please reach out to the [Flin
       Uber built their internal SQL-based, open-source streaming analytics platform AthenaX on Apache Flink. <br><br><a href="https://eng.uber.com/athenax/" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Read more on the Uber engineering blog</a>
   </div>
   <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
+    <img src="{{ site.baseurl }}/img/poweredby/xiaomi-logo.png" alt="Xiaomi" /><br />
+        Xiaomi, one of the largest electronics companies in China, built a platform with Flink to improve the efficiency of developing and operating real-time applications and use it in real-time recommendations. <br><br><a href="https://files.alicdn.com/tpsservice/d77d3ed3f2709790f0d84f4ec279a486.pdf" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Learn more about how Xiaomi is using Flink.</a>
+  </div>
+  <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
     <img src="{{ site.baseurl }}/img/poweredby/yelp-logo.png" alt="Yelp" /><br />
       Yelp utilizes Flink to power its data connectors ecosystem and stream processing infrastructure. <br><br><a href="https://ververica.com/flink-forward/resources/powering-yelps-data-pipeline-infrastructure-with-apache-flink" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Find out more watching a Flink Forward talk</a>
   </div>
diff --git a/poweredby.zh.md b/poweredby.zh.md
index d8b1e65..52b2f40 100644
--- a/poweredby.zh.md
+++ b/poweredby.zh.md
@@ -122,6 +122,10 @@ Apache Flink 为全球许多公司和企业的关键业务提供支持。在这
       Uber 在 Apache Flink 上构建了基于 SQL 的开源流媒体分析平台 AthenaX。<br><br><a href="https://eng.uber.com/athenax/" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> 更多信息请访问Uber工程博客</a>
   </div>
   <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
+    <img src="{{ site.baseurl }}/img/poweredby/xiaomi-logo.png" alt="Xiaomi" /><br />
+        小米,作为中国最大的专注于硬件与软件开发的公司之一,利用 Flink 构建了一个内部平台,以提高开发运维实时应用程序的效率,并用于实时推荐等场景。<br><br><a href="https://files.alicdn.com/tpsservice/d77d3ed3f2709790f0d84f4ec279a486.pdf" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> 详细了解小米如何使用 Flink 的。</a>
+  </div>
+  <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
     <img src="{{ site.baseurl }}/img/poweredby/yelp-logo.png" alt="Yelp" /><br />
       Yelp 利用 Flink 为其数据连接器生态系统和流处理基础架构提供支持。<br><br><a href="https://ververica.com/flink-forward/resources/powering-yelps-data-pipeline-infrastructure-with-apache-flink" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> 请参阅 Flink Forward 上的演讲</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 b8b507e248b103a1c107bc4e54d6267a4d681bb7
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Mon Sep 23 11:33:44 2019 +0200

    Rebuild website
---
 content/img/poweredby/xiaomi-logo.png | Bin 0 -> 48194 bytes
 content/index.html                    |   6 ++++++
 content/poweredby.html                |   4 ++++
 content/zh/index.html                 |   8 +++++++-
 content/zh/poweredby.html             |   4 ++++
 5 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/content/img/poweredby/xiaomi-logo.png b/content/img/poweredby/xiaomi-logo.png
new file mode 100644
index 0000000..004707a
Binary files /dev/null and b/content/img/poweredby/xiaomi-logo.png differ
diff --git a/content/index.html b/content/index.html
index aff2564..f0fc296 100644
--- a/content/index.html
+++ b/content/index.html
@@ -461,6 +461,12 @@
         </li>
         <li>
           <div><a href="/poweredby.html">
+            <img src="/img/poweredby/xiaomi-logo.png" width="175" alt="Xiaomi" />
+          </a></div>
+
+        </li>
+        <li>
+          <div><a href="/poweredby.html">
             <img src="/img/poweredby/yelp-logo.png" width="175" alt="Yelp" />
           </a></div>
           
diff --git a/content/poweredby.html b/content/poweredby.html
index 81f67eb..acd424a 100644
--- a/content/poweredby.html
+++ b/content/poweredby.html
@@ -297,6 +297,10 @@
       Uber built their internal SQL-based, open-source streaming analytics platform AthenaX on Apache Flink. <br /><br /><a href="https://eng.uber.com/athenax/" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Read more on the Uber engineering blog</a>
   </div>
   <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
+    <img src="/img/poweredby/xiaomi-logo.png" alt="Xiaomi" /><br />
+        Xiaomi, one of the largest electronics companies in China, built a platform with Flink to improve the efficiency of developing and operating real-time applications and use it in real-time recommendations. <br /><br /><a href="https://files.alicdn.com/tpsservice/d77d3ed3f2709790f0d84f4ec279a486.pdf" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Learn more about how Xiaomi is using Flink.</a>
+  </div>
+  <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
     <img src="/img/poweredby/yelp-logo.png" alt="Yelp" /><br />
       Yelp utilizes Flink to power its data connectors ecosystem and stream processing infrastructure. <br /><br /><a href="https://ververica.com/flink-forward/resources/powering-yelps-data-pipeline-infrastructure-with-apache-flink" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Find out more watching a Flink Forward talk</a>
   </div>
diff --git a/content/zh/index.html b/content/zh/index.html
index 166d33c..d7cfc4a 100644
--- a/content/zh/index.html
+++ b/content/zh/index.html
@@ -440,7 +440,7 @@
           
         </li>
         <li>
-          <div><a href="/poweredby.html">
+          <div><a href="/zh/poweredby.html">
             <img src="/img/poweredby/sktelecom-logo.png" width="175" alt="SK telecom" />
           </a></div>
                   
@@ -459,6 +459,12 @@
         </li>
         <li>
           <div><a href="/zh/poweredby.html">
+            <img src="/img/poweredby/xiaomi-logo.png" width="175" alt="Xiaomi" />
+          </a></div>
+
+        </li>
+        <li>
+          <div><a href="/zh/poweredby.html">
             <img src="/img/poweredby/yelp-logo.png" width="175" alt="Yelp" />
           </a></div>
           
diff --git a/content/zh/poweredby.html b/content/zh/poweredby.html
index dd0a42c..a4fc2b4 100644
--- a/content/zh/poweredby.html
+++ b/content/zh/poweredby.html
@@ -295,6 +295,10 @@
       Uber 在 Apache Flink 上构建了基于 SQL 的开源流媒体分析平台 AthenaX。<br /><br /><a href="https://eng.uber.com/athenax/" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> 更多信息请访问Uber工程博客</a>
   </div>
   <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
+    <img src="/img/poweredby/xiaomi-logo.png" alt="Xiaomi" /><br />
+        小米,作为中国最大的专注于硬件与软件开发的公司之一,利用 Flink 构建了一个内部平台,以提高开发运维实时应用程序的效率,并用于实时推荐等场景。<br /><br /><a href="https://files.alicdn.com/tpsservice/d77d3ed3f2709790f0d84f4ec279a486.pdf" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> 详细了解小米如何使用 Flink 的。</a>
+  </div>
+  <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
     <img src="/img/poweredby/yelp-logo.png" alt="Yelp" /><br />
       Yelp 利用 Flink 为其数据连接器生态系统和流处理基础架构提供支持。<br /><br /><a href="https://ververica.com/flink-forward/resources/powering-yelps-data-pipeline-infrastructure-with-apache-flink" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> 请参阅 Flink Forward 上的演讲</a>
   </div>