Question 1
What differentiates “streaming processing” from “batch processing” in the context of big data?
Batch operates on a set of data elements taken together while streamingoperates on data individually as it streams in
Batch operates on data that is static while streaming operates on data that isdynamically changing
Batch processing can assume data as fully specified and complete whilestreaming cannot make that assumption
Batch processing is typically high latency while streaming processing isnecessary for real-time latencies
Batch processing can operate on massively larger data sets than streamingcan