Batch vs stream
Before you dive into prototyping the vehicle monitoring system, let's classify which use cases are best suited for batch processing, and which ones for streaming.
Remember:
- With batch processing, a batch of information is collected before being sent in for processing.
- With streaming, data is sent for analysis piece-by-piece, and processed in real time.
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
