Get startedGet started for free

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.

FkwmG.png

This exercise is part of the course

Streaming Data with AWS Kinesis and Lambda

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise