Micro batch processing
Micro batch processing is type of data processing where data is processed in groups of micro batches, which means batches of a few seconds or minutes. Micro batch processing frameworks like Apache Spark provide the ability to group stream events into a micro batch and process it to get the desired results. For example, you may want to have a business result saying the number of successful transactions happening per minute or the number of transaction failures in a few minutes or seconds.
Micro stream processing is dependent on some stream source that has the ability to replay a batch exactly the same way it was played before. Replayability enables the ability to recompute and calculate things in case of any processing ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access