April 2018
Beginner to intermediate
282 pages
9h 53m
English
The last part of Dataflow's programming model is I/O Sources and Sinks. Source APIs read data into the pipeline whereas sink APIs write output data from the pipeline.
Source and sink operations represent roots and endpoints of your pipeline. We can also create a custom data source and sink: