By now, you should have gained a clear understanding of the structure of an Apache Flink program. In this segment, let’s take a look at some tools that can be used as connectors in an Apache Flink program while using DataSet API.
In the next video, our expert will list some common connectors.
Let’s summarise what you have learnt in this video.
Connectors
Apache Flink provides users with the ability to access various external systems, which can be used as a source or a sink. Some common connectors used by DataSet API are as follows:
- Local file system
- Amazon S3
- HDFS
- Azure Storage
- Avro
- MongoDB
Now that you are aware of all the components of a Flink program, in the following video expert will demonstrate a Flink program.
Additional Reading
- DataSet Connectors – To learn about DataSet connectors in detail, you can refer to this official documentation link.
Report an error