You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by he...@apache.org on 2019/11/09 01:57:53 UTC

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

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

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

commit 51f7e3ced85b94dcbe3c051069379d22c88fbc5c
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Thu Nov 7 17:29:45 2019 +0100

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

diff --git a/img/poweredby/pinterest-logo.png b/img/poweredby/pinterest-logo.png
new file mode 100644
index 0000000..3c44a42
Binary files /dev/null and b/img/poweredby/pinterest-logo.png differ
diff --git a/index.md b/index.md
index bd3bf2f..1239234 100644
--- a/index.md
+++ b/index.md
@@ -272,6 +272,12 @@ layout: base
         </li>
         <li>
           <div><a href="{{ site.baseurl }}/poweredby.html">
+            <img src="{{ site.baseurl }}/img/poweredby/pinterest-logo.png" width="175" alt="Pinterest" />
+          </a></div>
+          
+        </li>
+        <li>
+          <div><a href="{{ site.baseurl }}/poweredby.html">
             <img src="{{ site.baseurl }}/img/poweredby/razorpay-logo.png" width="175" alt="Razorpay" />
           </a></div>
           
diff --git a/poweredby.md b/poweredby.md
index f002f39..ad606c0 100644
--- a/poweredby.md
+++ b/poweredby.md
@@ -106,6 +106,10 @@ If you would you like to be included on this page, please reach out to the [Flin
       OVH leverages Flink to develop streaming-oriented applications such as real-time Business Intelligence or alerting systems. <br><br><a href="https://www.ovh.com/fr/blog/handling-ovhs-alerts-with-apache-flink/" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Read more about how OVH 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/pinterest-logo.png" alt="Pinterest" /><br />
+      Pinterest runs thousands of experiments every day on a platform for real-time experiment analytics that is based on Apache Flink. <br><br><a href="https://medium.com/pinterest-engineering/real-time-experiment-analytics-at-pinterest-using-apache-flink-841c8df98dc2" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Read more about real-time experiment analytics at Pinterest</a>
+  </div>
+  <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
     <img src="{{ site.baseurl }}/img/poweredby/razorpay-logo.png" alt="Razorpay" /><br />
       Razorpay, one of India's largest payment gateways, built their in-house platform Mitra with Apache Flink to scale AI feature generation and model serving in real-time. <br><br><a href=" https://medium.com/razorpay-unfiltered/data-science-at-scale-using-apache-flink-982cb18848b" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Read more about data science with Flink at Razorpay</a>
   </div>