文章分类 -  Flink

FLink学习资料和日常练习代码
Flink系列--扩展FLink table connector
摘要:官网地址: https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#extension-points 1 扩展FLink table connector org.apache.flink.ta 阅读全文
posted @ 2022-09-01 19:51 life_start 阅读(496) 评论(0) 推荐(0)
Flink系列-- 扩展实现FLink DynamicTableSourceFactory
摘要:官方链接: https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sourcessinks/#dynamic-table-factories 1 扩展实现FLink DynamicTableSourceFactory 阅读全文
posted @ 2022-08-30 15:48 life_start 阅读(683) 评论(0) 推荐(0)
Flink系列-- Flink state processor api 学习和模拟使用
摘要:1、Flink 状态背景介绍 1.1 Flink 官方定义:Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data  阅读全文
posted @ 2022-08-30 15:33 life_start 阅读(562) 评论(0) 推荐(0)
Flink系列--使用Datagen,print测试Flink sql(使用 Table API 进行实时报告为基础改造)
摘要:使用 Table API 进行实时报告 官网示例链接:https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/table_api/ Apache Flink 提供了一个 Table API 作为用于批处理和流 阅读全文
posted @ 2022-08-09 15:28 life_start 阅读(1980) 评论(0) 推荐(0)