Flink/Learn Flink
-
Data Pipelines & ETLFlink/Learn Flink 2024. 4. 15. 20:55
https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/learn-flink/etl/ Data Pipelines & ETLData Pipelines & ETL # One very common use case for Apache Flink is to implement ETL (extract, transform, load) pipelines that take data from one or more sources, perform some transformations and/or enrichments, and then store the results somewhere. In thinightlies.apache.org다음 공식 문서를 읽고 필요 내용을 정..
-
DataStream API IntroFlink/Learn Flink 2024. 4. 7. 14:31
https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/learn-flink/datastream_api/ Intro to the DataStream API Intro to the DataStream API # The focus of this training is to broadly cover the DataStream API well enough that you will be able to get started writing streaming applications. What can be Streamed? # Flink’s DataStream APIs will let you stream anything nightlies.apache.org 다음 ..
-
OverViewFlink/Learn Flink 2024. 3. 31. 23:26
https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/learn-flink/overview/ Overview Learn Flink: Hands-On Training # Goals and Scope of this Training # This training presents an introduction to Apache Flink that includes just enough to get you started writing scalable streaming ETL, analytics, and event-driven applications, while leaving nightlies.apache.org 다음 공식 문서를 읽고 필요 내용을 정리, Fl..