December 2019
Intermediate to advanced
382 pages
9h 43m
English
The use cases for micro-batch data processing can be similar to traditional batch processing. The main differences are that the data will be processed more often and in smaller volumes. When designing a micro-batch process, there are two ways to approach the scheduling model. It can be based on the following:
Apache Spark is one of the most popular open source tools for micro-batch workloads—AWS Glue is also based on Apache Spark. ...