From the course: Amazon Web Services: Data Analytics

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Query Kinesis Analytics

Query Kinesis Analytics - Amazon Web Services (AWS) Tutorial

From the course: Amazon Web Services: Data Analytics

Start my 1-month free trial

Query Kinesis Analytics

- [Instructor] So now that we've set up our kinesis streams, in order to perform analytics via SQL queries against the incoming data in those streams, we need to understand how kinesis analytics works. Basically there are three concepts. The first is a concept of a kinesis analytics application, which is shown here, scoped by having application code which will access the in-application input streams and the in-application output streams. Optionally, you can also access an error stream. You're going to define SQL queries, and then store the results of those queries to one of the destinations that is associated to the firehose, and you'll remember that's S3 in our case, which is just a file bucket. So back in the console, we're going to click on create analytics application in the kinesis section, and we're going to call this demo application, for demo, and click create application. And then we'll be guided through this UI, in connecting to a source. So if we scroll down, we can see…

Contents