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 dec96f63d784e24a20a86bf6ffd861cc3839c3e6 Author: Fabian Hueske <[email protected]> AuthorDate: Tue Jul 23 18:43:53 2019 +0200 Rebuild website --- content/img/poweredby/didi-logo.png | Bin 0 -> 50878 bytes content/index.html | 6 ++++++ content/poweredby.html | 5 +++++ content/zh/index.html | 6 ++++++ content/zh/poweredby.html | 5 +++++ 5 files changed, 22 insertions(+) diff --git a/content/img/poweredby/didi-logo.png b/content/img/poweredby/didi-logo.png new file mode 100644 index 0000000..9f62844 Binary files /dev/null and b/content/img/poweredby/didi-logo.png differ diff --git a/content/index.html b/content/index.html index f453f3f..e4f49f0 100644 --- a/content/index.html +++ b/content/index.html @@ -338,6 +338,12 @@ </li> <li> <div><a href="/poweredby.html"> + <img src="/img/poweredby/didi-logo.png" width="175" alt="Didi" /> + </a></div> + + </li> + <li> + <div><a href="/poweredby.html"> <img src="/img/poweredby/dtrb-logo.png" width="175" alt="Drivetribe" /> </a></div> diff --git a/content/poweredby.html b/content/poweredby.html index 82d358f..e4b89b7 100644 --- a/content/poweredby.html +++ b/content/poweredby.html @@ -199,6 +199,11 @@ Criteo is the advertising platform for the open internet and uses Flink for real-time revenue monitoring and near-real-time event processing. <br /><br /><a href="https://medium.com/criteo-labs/criteo-streaming-flink-31816c08da50" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Learn about Criteo's Flink use case</a> </div> <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6"> + <img src="/img/poweredby/didi-logo.png" alt="Didi" /><br /> + Didi Chuxing (“DiDi”), the world's leading mobile transportation platform, uses Apache Flink for real-time monitoring, feature extraction, and ETL. + <br /><br /><a href="https://blog.didiyun.com/index.php/2018/12/05/realtime-compute/" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Learn about Didi's Flink use case</a> + </div> + <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6"> <img src="/img/poweredby/dtrb-logo.png" alt="Drivetribe" /><br /> Drivetribe, a digital community founded by the former hosts of “Top Gear”, uses Flink for metrics and content recommendations. <br /><br /><a href="https://ververica.com/blog/drivetribe-cqrs-apache-flink/" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Read about Flink in the Drivetribe stack</a> </div> diff --git a/content/zh/index.html b/content/zh/index.html index 12730e5..4945e11 100644 --- a/content/zh/index.html +++ b/content/zh/index.html @@ -337,6 +337,12 @@ </li> <li> <div><a href="/zh/poweredby.html"> + <img src="/img/poweredby/didi-logo.png" width="175" alt="Didi" /> + </a></div> + + </li> + <li> + <div><a href="/zh/poweredby.html"> <img src="/img/poweredby/dtrb-logo.png" width="175" alt="Drivetribe" /> </a></div> diff --git a/content/zh/poweredby.html b/content/zh/poweredby.html index 19905bc..b9aca63 100644 --- a/content/zh/poweredby.html +++ b/content/zh/poweredby.html @@ -197,6 +197,11 @@ Criteo 是开放互联网的广告平台,使用 Flink 进行实时收入监控和近实时事件处理。<br /><br /><a href="https://medium.com/criteo-labs/criteo-streaming-flink-31816c08da50" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> 了解 Criteo 的 Flink 用例</a> </div> <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6"> + <img src="/img/poweredby/didi-logo.png" alt="Didi" /><br /> + 滴滴出行是全球卓越的移动出行平台,使用 Apache Flink支持了实时监控、实时特征抽取、实时ETL等业务。 + <br /><br /><a href="https://blog.didiyun.com/index.php/2018/12/05/realtime-compute/" 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/dtrb-logo.png" alt="Drivetribe" /><br /> Drivetribe是由前“Top Gear”主持人创建的数字社区,它使用 Flink 作为指标和内容推荐。<br /><br /><a href="https://ververica.com/blog/drivetribe-cqrs-apache-flink/" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> 了解 Flink 在 Drivetribe stack 的应用</a> </div>
