# flink-hello-world **Repository Path**: mirrors_tencentyun/flink-hello-world ## Basic Information - **Project Name**: flink-hello-world - **Description**: Flink 示例程序 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-05 - **Last Updated**: 2025-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flink-hello-world Flink 示例程序包(自定义函数 UDF、自定义 Source 和 Sink 等),可扩展 Flink 程序的功能。 ## Flink 程序示例 1. WordCount ## UDF 示例 1. DecodeLatin1 2. EncodeLatin1 3. PrintChar 4. EnhancedSplitIndex 5. ArrayAgg (示例参考 IntArrayAgg, RowArrayAgg1) 6. Exploded 7. StrToArray ## Sink 示例 1. LoggerTableSinkFactory