Reading Firehose data
In the past two exercises, you have created destination S3 bucket ("sd-vehicle-data"
) and a Firehose stream ("gps-delivery-stream"
). You have written records to the stream which got delivered to the bucket.
Now it's time to read those records and do some basic analysis. If you're successful, you will be able to analyze top speeds reached by each vehicle. Having this information would prevent drivers from violating speed limits, and would likely save many lives.
File to edit
You will be editing the analyze_data.py
file in the editor.
Slides
Don't forget - you can always click on the slides icon in the top right to see the slides - they'll be pretty helpful!
This exercise is part of the course
Streaming Data with AWS Kinesis and Lambda
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
