Repository: kudu Updated Branches: refs/heads/gh-pages 39235c29b -> de0fd1dbf
Add post about Strata talks Change-Id: I0fd5a5b0e480bc85c195627227584d59140ebc6a Reviewed-on: http://gerrit.cloudera.org:8080/4538 Reviewed-by: Jean-Daniel Cryans <[email protected]> Tested-by: Todd Lipcon <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/de0fd1db Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/de0fd1db Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/de0fd1db Branch: refs/heads/gh-pages Commit: de0fd1dbf05489e95fdbf77fdeebda9c190388ba Parents: 39235c2 Author: Todd Lipcon <[email protected]> Authored: Mon Sep 26 11:39:43 2016 -0700 Committer: Todd Lipcon <[email protected]> Committed: Mon Sep 26 19:05:18 2016 +0000 ---------------------------------------------------------------------- _posts/2016-09-26-strata-nyc-kudu-talks.md | 47 +++++++++++++++++++++++++ 1 file changed, 47 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/de0fd1db/_posts/2016-09-26-strata-nyc-kudu-talks.md ---------------------------------------------------------------------- diff --git a/_posts/2016-09-26-strata-nyc-kudu-talks.md b/_posts/2016-09-26-strata-nyc-kudu-talks.md new file mode 100644 index 0000000..ec4170e --- /dev/null +++ b/_posts/2016-09-26-strata-nyc-kudu-talks.md @@ -0,0 +1,47 @@ +--- +layout: post +title: Apache Kudu at Strata+Hadoop World NYC 2016 +author: Todd Lipcon +--- +This week in New York, O'Reilly and Cloudera will be hosting Strata+Hadoop World +2016. If you're interested in Kudu, there will be several opportunities to +learn more, both from the open source development team as well as some companies +who are already adopting Kudu for their use cases. +<!--more--> +Here are some of the sessions to check out: + +* [Powering real-time analytics on Xfinity using Kudu](http://conferences.oreilly.com/strata/hadoop-big-data-ny/public/schedule/detail/52146) (Wednesday, 11:20am) + + Sridhar Alla and Kiran Muglurmath from Comcast will talk about how they're using + Kudu to store hundreds of billions of Set-Top Box (STB) events, performing + analytics concurrently with real-time streaming ingest of thousands of events + per second. + +* [Creating real-time, data-centric applications with Impala and Kudu](http://conferences.oreilly.com/strata/hadoop-big-data-ny/public/schedule/detail/52248) (Wednesday, 2:05pm) + + Marcel Kornacker and Todd Lipcon will introduce how Impala and Kudu together + allow users to build real-time applications that support streaming ingest, + random access updates and deletes, and high performance analytic SQL in + a single system. + +* [Streaming cybersecurity into Graph: Accelerating data into Datastax Graph and Blazegraph](http://conferences.oreilly.com/strata/hadoop-big-data-ny/public/schedule/detail/52168) (Thursday, 1:15pm) + + Joshua Patterson, Michael Wendt, and Keith Kraus from Accenture Labs will discuss + how they have built cybersecurity solutions using graph analytics on top of open + source technology like Apache Kafka, Spark, and Flink. They will also touch on + why Kudu is becoming an integral part of Accenture's technology stack. + + +* [How GE analyzes billions of mission-critical events in real time using Apache Apex, Spark, and Kudu](http://conferences.oreilly.com/strata/hadoop-big-data-ny/public/schedule/detail/52050) (Thursday, 2:05pm) + + Venkatesh Sivasubramanian and Luis Ramos from GE Digital will discuss how they + collect and process real-time IoT data using Apache Apex and Apache Spark, and + how they've been experimenting with Apache Kudu for time series data storage. + +Aside from these organized sessions, word has it that there will be various demos +featuring Apache Kudu at the Cloudera and ZoomData vendor booths. + +If you're not attending the conference, but still based in NYC, all hope is +not lost. Michael Crutcher from Cloudera will be presenting an introduction +to Apache Kudu at the [SQL NYC Meetup](http://www.meetup.com/mysqlnyc/events/233599664/). +Be sure to RSVP as spots are filling up fast.
