May 2017
Beginner to intermediate
596 pages
15h 2m
English
Flink handles batch data and processes it using the Flink’s built-in DataSet API. The DataSet API also has mechanisms to do necessary transformations necessary for common use cases. After transformation, the DataSet is transformed to DataSet. API’s are in Java, Scala, and Python. In Flink batch data and its processing also work on the same aspect as stream data. The following figure shows basic working of the DataSet API on a batch data using the MapReduce paradigm producing DataSet (class of objects created when data is read and processed):
