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 aa500dc311049e681d7459a81b275c7b0141cb77 Author: Fabian Hueske <[email protected]> AuthorDate: Tue Jun 11 15:02:23 2019 +0200 Rebuild website --- content/img/poweredby/klaviyo-logo.png | Bin 0 -> 20004 bytes content/index.html | 5 +++++ content/poweredby.html | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/content/img/poweredby/klaviyo-logo.png b/content/img/poweredby/klaviyo-logo.png new file mode 100644 index 0000000..07d9a6e Binary files /dev/null and b/content/img/poweredby/klaviyo-logo.png differ diff --git a/content/index.html b/content/index.html index c6bbef3..2eaf9e1 100644 --- a/content/index.html +++ b/content/index.html @@ -369,6 +369,11 @@ </li> <li> <div><a href="/poweredby.html"> + <img src="/img/poweredby/klaviyo-logo.png" width="175" alt="Klaviyo" /> + </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 833a7fb..b0b0295 100644 --- a/content/poweredby.html +++ b/content/poweredby.html @@ -216,6 +216,10 @@ King, the creators of Candy Crush Saga, uses Flink to provide data science teams a real-time analytics dashboard. <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 King's Flink implementation</a> </div> <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6"> + <img src="/img/poweredby/klaviyo-logo.png" alt="Klaviyo" /><br /> + 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 /> 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>
