AndersonChoi / datastreaming-nanodegree-class

datastreaming-nanodegree-class
0 stars 0 forks source link

Batch vs Stream processing #2

Open AndersonChoi opened 4 years ago

AndersonChoi commented 4 years ago

Batch Processing

Stream Processing

Batch and Stream processing are not mutually exclusive. Batch systems can create events to feed into stream processing applications, and similarly, stream processing applications can be part of batch processing analyses.

Streaming Data Store

Stream Processing Application and Framework

Further Optional Reading on Message Queues

Benefits of Stream Processing

AndersonChoi commented 4 years ago

Key concepts to remember about stream processing