Flink
-
Stateful Stream ProcessingFlink/Concepts 2024. 4. 21. 13:58
https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/concepts/stateful-stream-processing/ Stateful Stream Processing Stateful Stream Processing # What is State? # While many operations in a dataflow simply look at one individual event at a time (for example an event parser), some operations remember information across multiple events (for example window operators). These nightlies.apa..
-
OverviewFlink/Concepts 2024. 4. 21. 13:51
https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/concepts/overview/ Overview Concepts # The Hands-on Training explains the basic concepts of stateful and timely stream processing that underlie Flink’s APIs, and provides examples of how these mechanisms are used in applications. Stateful stream processing is introduced in the cont nightlies.apache.org 1.17 documnet 기반으로 정리했습니다. Fli..
-
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..