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 1b33a411a9713d98d8699540f919ab0b14fa3d9c Author: Fabian Hueske <[email protected]> AuthorDate: Tue Jul 23 18:41:50 2019 +0200 Rebuild website --- content/img/poweredby/kuaishou-logo.jpg | Bin 0 -> 25224 bytes content/index.html | 5 +++++ content/poweredby.html | 7 ++++++- content/zh/index.html | 5 +++++ content/zh/poweredby.html | 5 +++++ 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/content/img/poweredby/kuaishou-logo.jpg b/content/img/poweredby/kuaishou-logo.jpg new file mode 100644 index 0000000..340a399 Binary files /dev/null and b/content/img/poweredby/kuaishou-logo.jpg differ diff --git a/content/index.html b/content/index.html index 48f71fc..f453f3f 100644 --- a/content/index.html +++ b/content/index.html @@ -377,6 +377,11 @@ </li> <li> <div><a href="/poweredby.html"> + <img src="/img/poweredby/kuaishou-logo.jpg" width="175" alt="Kuaishou" /> + </a></div> + </li> + <li> + <div><a href="/poweredby.html"> <img src="/img/poweredby/mediamath-logo.png" width="175" alt="MediaMath" /> </a></div> diff --git a/content/poweredby.html b/content/poweredby.html index 9667354..82d358f 100644 --- a/content/poweredby.html +++ b/content/poweredby.html @@ -223,7 +223,12 @@ Klaviyo leverages Apache Flink to scale its real-time analytics system that deduplicates and aggregates over a million events per second. <br /><br /><a href="https://klaviyo.tech/tagged/counting" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Read about real-time analytics at Klaviyo</a> </div> <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6"> - <img src="/img/poweredby/lyft-logo.png" alt="King" /><br /> + <img src="/img/poweredby/kuaishou-logo.jpg" alt="Kuaishou" /><br /> + Kuaishou, one of the leading short video sharing apps in China, uses Apache Flink to build a real-time monitoring platform for short videos and live streaming. + <br /><br /><a href="https://mp.weixin.qq.com/s/BghNofoU6cPRn7XfdHR83w" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Read about real-time monitoring at Kuaishou</a> + </div> + <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6"> + <img src="/img/poweredby/lyft-logo.png" alt="Lyft" /><br /> Lyft uses Flink as processing engine for its streaming platform, for example to consistently generate features for machine learning. <br /><br /><a href="https://www.slideshare.net/SeattleApacheFlinkMeetup/streaminglyft-greg-fee-seattle-apache-flink-meetup-104398613" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Read more about Streaming at Lyft</a> </div> <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6"> diff --git a/content/zh/index.html b/content/zh/index.html index 05ee8d0..12730e5 100644 --- a/content/zh/index.html +++ b/content/zh/index.html @@ -376,6 +376,11 @@ </li> <li> <div><a href="/zh/poweredby.html"> + <img src="/img/poweredby/kuaishou-logo.jpg" width="175" alt="Kuaishou" /> + </a></div> + </li> + <li> + <div><a href="/zh/poweredby.html"> <img src="/img/poweredby/mediamath-logo.png" width="175" alt="MediaMath" /> </a></div> diff --git a/content/zh/poweredby.html b/content/zh/poweredby.html index b290545..19905bc 100644 --- a/content/zh/poweredby.html +++ b/content/zh/poweredby.html @@ -225,6 +225,11 @@ Lyft 使用 Flink 作为其流媒体平台的处理引擎,例如为机器学习持续生成特征。<br /><br /><a href="https://www.slideshare.net/SeattleApacheFlinkMeetup/streaminglyft-greg-fee-seattle-apache-flink-meetup-104398613" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> 阅读更多关于 Lyft 的流媒体</a> </div> <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6"> + <img src="/img/poweredby/kuaishou-logo.jpg" alt="Kuaishou" /><br /> + 快手是中国领先的短视频分享 App,使用了 Apache Flink 搭建了一个实时监控平台,监控短视频和直播的质量。 + <br /><br /><a href="https://mp.weixin.qq.com/s/BghNofoU6cPRn7XfdHR83w" 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/mediamath-logo.png" alt="MediaMath" /><br /> MediaMath 是一家程序化营销公司,它使用 Flink 为其实时报告基础架构提供支持。<br /><br /><a href="https://www.youtube.com/watch?v=mSLesPzWplA&index=13&list=PLDX4T_cnKjD2UC6wJr_wRbIvtlMtkc-n2" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> 请参阅 MediaMath 在 Flink Forward SF 2017 上的分享</a> </div>
