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 128ffd57e37d425c4804bdbde0f426740d18c70c Author: Jark Wu <[email protected]> AuthorDate: Wed Jul 17 10:31:33 2019 +0800 Add Kuaishou to PowerBy page. This closes #227. --- img/poweredby/kuaishou-logo.jpg | Bin 0 -> 25224 bytes index.md | 5 +++++ index.zh.md | 5 +++++ poweredby.md | 7 ++++++- poweredby.zh.md | 5 +++++ 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/img/poweredby/kuaishou-logo.jpg b/img/poweredby/kuaishou-logo.jpg new file mode 100644 index 0000000..340a399 Binary files /dev/null and b/img/poweredby/kuaishou-logo.jpg differ diff --git a/index.md b/index.md index e294758..2d3d22b 100644 --- a/index.md +++ b/index.md @@ -226,6 +226,11 @@ layout: base </li> <li> <div><a href="{{ site.baseurl }}/poweredby.html"> + <img src="{{ site.baseurl }}/img/poweredby/kuaishou-logo.jpg" width="175" alt="Kuaishou" /> + </a></div> + </li> + <li> + <div><a href="{{ site.baseurl }}/poweredby.html"> <img src="{{ site.baseurl }}/img/poweredby/mediamath-logo.png" width="175" alt="MediaMath" /> </a></div> diff --git a/index.zh.md b/index.zh.md index 52e8692..51d22c0 100644 --- a/index.zh.md +++ b/index.zh.md @@ -227,6 +227,11 @@ layout: base </li> <li> <div><a href="{{ site.baseurl }}/zh/poweredby.html"> + <img src="{{ site.baseurl }}/img/poweredby/kuaishou-logo.jpg" width="175" alt="Kuaishou" /> + </a></div> + </li> + <li> + <div><a href="{{ site.baseurl }}/zh/poweredby.html"> <img src="{{ site.baseurl }}/img/poweredby/mediamath-logo.png" width="175" alt="MediaMath" /> </a></div> diff --git a/poweredby.md b/poweredby.md index d2a79b1..d753783 100644 --- a/poweredby.md +++ b/poweredby.md @@ -68,7 +68,12 @@ If you would you like to be included on this page, please reach out to the [Flin 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="{{ site.baseurl }}/img/poweredby/lyft-logo.png" alt="King" /><br /> + <img src="{{ site.baseurl }}/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="{{ site.baseurl }}/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/poweredby.zh.md b/poweredby.zh.md index 58fb24b..85c6eba 100644 --- a/poweredby.zh.md +++ b/poweredby.zh.md @@ -72,6 +72,11 @@ Apache Flink 为全球许多公司和企业的关键业务提供支持。在这 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="{{ site.baseurl }}/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="{{ site.baseurl }}/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>
