Repository: flink-web
Updated Branches:
  refs/heads/asf-site 0f7266b97 -> 2b2595704


Add 'Powered By' page


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/3b552265
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/3b552265
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/3b552265

Branch: refs/heads/asf-site
Commit: 3b5522655ab62db080231d04363101c66fcdbb8c
Parents: 0f7266b
Author: wints <[email protected]>
Authored: Wed Jul 20 14:16:22 2016 +0200
Committer: Ufuk Celebi <[email protected]>
Committed: Wed Jul 20 14:17:46 2016 +0200

----------------------------------------------------------------------
 _includes/navbar.html    |   2 +-
 css/flink.css            |   8 ++++++
 img/alibaba-logo.png     | Bin 0 -> 22897 bytes
 img/bouygues-logo.jpg    | Bin 0 -> 10810 bytes
 img/capital-one-logo.png | Bin 0 -> 32868 bytes
 img/king-logo.png        | Bin 0 -> 42453 bytes
 img/otto-group-logo.jpg  | Bin 0 -> 125443 bytes
 img/zalando-logo.png     | Bin 0 -> 26407 bytes
 index.md                 |   4 +--
 production.md            |  65 ++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 76 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/_includes/navbar.html
----------------------------------------------------------------------
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 7193609..90e1442 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -85,7 +85,7 @@
                 <li><a href="{{ site.baseurl 
}}/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="{{ site.baseurl 
}}/community.html#source-code">Source Code</a></li>
                 <li><a href="{{ site.baseurl 
}}/community.html#people">People</a></li>
-                <li><a 
href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink";><small><span
 class="glyphicon glyphicon-new-window"></span></small> Powered by 
Flink</a></li>
+                <li><a href="{{ site.baseurl }}/production.html">Powered by 
Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/css/flink.css
----------------------------------------------------------------------
diff --git a/css/flink.css b/css/flink.css
index 2f43703..1af471c 100644
--- a/css/flink.css
+++ b/css/flink.css
@@ -127,6 +127,14 @@ blockquote {
        color: black;
 }
 
+.frontpage-tags a:link {
+       color: #3382c9;
+}
+
+.frontpage-tags a:visited {
+       color: #3382c9;
+}
+
 pre {
        background: none;
 }

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/img/alibaba-logo.png
----------------------------------------------------------------------
diff --git a/img/alibaba-logo.png b/img/alibaba-logo.png
new file mode 100644
index 0000000..09c720c
Binary files /dev/null and b/img/alibaba-logo.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/img/bouygues-logo.jpg
----------------------------------------------------------------------
diff --git a/img/bouygues-logo.jpg b/img/bouygues-logo.jpg
new file mode 100644
index 0000000..b48d628
Binary files /dev/null and b/img/bouygues-logo.jpg differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/img/capital-one-logo.png
----------------------------------------------------------------------
diff --git a/img/capital-one-logo.png b/img/capital-one-logo.png
new file mode 100644
index 0000000..c1d6d11
Binary files /dev/null and b/img/capital-one-logo.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/img/king-logo.png
----------------------------------------------------------------------
diff --git a/img/king-logo.png b/img/king-logo.png
new file mode 100644
index 0000000..32b1d00
Binary files /dev/null and b/img/king-logo.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/img/otto-group-logo.jpg
----------------------------------------------------------------------
diff --git a/img/otto-group-logo.jpg b/img/otto-group-logo.jpg
new file mode 100644
index 0000000..f578af6
Binary files /dev/null and b/img/otto-group-logo.jpg differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/img/zalando-logo.png
----------------------------------------------------------------------
diff --git a/img/zalando-logo.png b/img/zalando-logo.png
new file mode 100644
index 0000000..6cbe9d8
Binary files /dev/null and b/img/zalando-logo.png differ

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 35d68ca..530857e 100644
--- a/index.md
+++ b/index.md
@@ -26,7 +26,7 @@ Flink also bundles **libraries for domain-specific use 
cases**:
 
 You can **integrate** Flink easily with other well-known open source systems 
both for [data input and output](features.html#deployment-and-integration) as 
well as [deployment](features.html#deployment-and-integration).
   </div>
-  <div class="col-md-6 stack text-center">
+  <div class="col-md-6 stack text-center">  
     <!-- 
https://docs.google.com/drawings/d/1XCNHsBDAq0fP-TSazE4CcrUinrC37JFiuXAoAEZZavE/
 -->
     <img src="{{ site.baseurl }}/img/flink-stack-frontpage.png" alt="Apache 
Flink Stack" width="480px" height="280px">
   </div>
@@ -50,7 +50,7 @@ You can **integrate** Flink easily with other well-known open 
source systems bot
     </div>
   </div>
   <div class="row" style="margin-top: 1em">
-    <div class="col-md-12"><p class="text-center"><strong>Check out the <a 
href="{{ site.baseurl }}/features.html">Features</a> page to get a tour of all 
major Flink features.</strong></p></div>
+    <div class="col-md-12"><p class="text-center"><strong>Check out the <a 
href="{{ site.baseurl }}/features.html">Features</a> page to get a tour of all 
major Flink features and the <a href="{{ site.baseurl 
}}/production.html">Powered by Flink</a> page to see real-world Flink use 
cases.</strong></p></div>
   </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3b552265/production.md
----------------------------------------------------------------------
diff --git a/production.md b/production.md
new file mode 100644
index 0000000..e6345e2
--- /dev/null
+++ b/production.md
@@ -0,0 +1,65 @@
+---
+title: "Powered by Flink"
+---
+
+<!-- --------------------------------------------- -->
+<!--                Powered by Flink
+<!-- --------------------------------------------- -->
+
+----
+<head>
+<style>
+   th, td {
+   padding: 10px;
+   }
+</style>
+</head>
+
+<p>To demonstrate Flink's capabilities, we've included a few examples of how 
Flink is being used at large enterprises. Check out the <a 
href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"; 
target='_blank'><small><span class="glyphicon 
glyphicon-new-window"></span></small> Powered by Flink directory</a> for a 
comprehensive list of companies and organizations using Flink.</p>
+
+<table width="800" align="center" border="0">
+   <tr>
+      <td width="33%" align="center" valign="center">
+         <img src="{{ site.baseurl }}/img/alibaba-logo.png" width="200"  
alt="Alibaba" />
+      </td>
+      <td width="33%" align="center" valign="center">
+         <img src="{{ site.baseurl }}/img/bouygues-logo.jpg" width="200"  
alt="Bouygues" />
+      </td>
+      <td width="34%" align="center" valign="center">
+         <img src="{{ site.baseurl }}/img/capital-one-logo.png" width="200"  
alt="Capital One" />
+      </td>
+   </tr>
+   <tr>
+      <td width="33%" align="left" valign="top">
+         Alibaba, the world's largest retailer, built a Flink-based system 
(Blink) to optimize search rankings in real time. <br><br><a 
href="https://www.youtube.com/watch?v=_Nw8NTdIq9A"; target='_blank'><small><span 
class="glyphicon glyphicon-new-window"></span></small> See Alibaba's talk from 
Hadoop Summit 2016 San Jose.</a>
+      </td>
+      <td width="33%" align="left" valign="top">
+         Bouygues Telecom uses Flink for real-time event processing over 
billions of Kafka messages per day. <br><br><a 
href="http://data-artisans.com/flink-at-bouygues-html/"; 
target='_blank'><small><span class="glyphicon 
glyphicon-new-window"></span></small> Read about stream processing at 
Bouygues.</a>
+      </td>
+      <td width="34%" align="left" valign="top">
+         Capital One, a Fortune 500 financial services company, uses Flink for 
real-time customer activity monitoring. <br><br><a 
href="http://www.slideshare.net/FlinkForward/flink-case-study-capital-one"; 
target='_blank'><small><span class="glyphicon 
glyphicon-new-window"></span></small> See Capital One's case study slides from 
Flink Forward 2015.</a>
+      </td>
+   </tr>
+   <tr>
+      <td width="33%" align="center" valign="center">
+         <img src="{{ site.baseurl }}/img/king-logo.png" width="200" 
alt="King" />
+      </td>
+      <td width="33%" align="center" valign="center">
+         <img src="{{ site.baseurl }}/img/otto-group-logo.jpg" width="200" 
alt="King" />
+      </td>
+      <td width="34%" align="center" valign="center">
+         <img src="{{ site.baseurl }}/img/zalando-logo.png" width="200" 
alt="Zalando" />
+      </td>
+   </tr>
+   <tr>
+      <td width="33%" align="left" valign="top">
+         King, the creators of Candy Crush Saga, uses Flink to provide data 
science teams with real-time analytics. <br><br><a 
href="https://techblog.king.com/rbea-scalable-real-time-analytics-king/"; 
target='_blank'><small><span class="glyphicon 
glyphicon-new-window"></span></small> Read about their implementation at the 
King Tech Blog.</a>
+      </td>
+      <td width="33%" align="left" valign="top">
+         Otto Group, the world's 2nd-largest online retailer, uses Flink for 
business intelligence stream processing. <br><br><a 
href="http://data-artisans.com/how-we-selected-apache-flink-at-otto-group/"; 
target='_blank'><small><span class="glyphicon 
glyphicon-new-window"></span></small> Read about their implementation and 
evaluation process.</a> 
+         </td>
+      <td width="34%" align="left" valign="top">
+         Zalando, one of the largest ecommerce companies in Europe, uses Flink 
for real-time business process monitoring. <br><br><a 
href="https://tech.zalando.de/blog/apache-showdown-flink-vs.-spark/"; 
target='_blank'><small><span class="glyphicon 
glyphicon-new-window"></span></small> Read about their implementation at the 
Zalando Tech Blog.</a> 
+      </td>
+   </tr>
+</table>
\ No newline at end of file

Reply via email to