当前位置:网站首页>Flink学习6:编程模型
Flink学习6:编程模型
2022-07-04 03:47:00 【hzp666】
1.接口分层
Flink提供了不同级别的接口,最底层的是状态数据流处理,最高层是SQL
1.1 状态数据流处理
通过过程函数,被继承到DataStream API中
有状态数据流处理接口,
1.2 DataStream 和 DataSet API
核心API
DataStream 用来处理有界 和 无界数据流。
DataSet API 用来处理有界 数据流。
该接口提供了大量的通用组件
另外,
DataStream 集成更底层的函数
DataSet API 对有界数据提供了额外的支持
1.3 Table API
1.以表为中心,类似关系型数据库的二维表
2.提供可比较的操作,select, group by等
3.Table API 可以自定义函数进行扩展,但在表达能力上,比不上核心API。(不过Table API代码更简洁)
4.Table API是指定程序应该执行哪些操作,而不是精确的指定程序的执行步骤
5.Table API 在执行前会进行优化,另外Table API 和 DataStream , DataSet 之间可以无缝切换。所以在程序中可以混合只用。
1.4 SQL
Flink最高级封装接口就是 flink SQL
语法和表达能力上和Table API 类似,唯一的区别就是通过使用SQL查询语言实现程序。
SQL查询和Table API 交互密切,SQL可以直接在Table API中创建的表上查询
边栏推荐
- The three-year revenue is 3.531 billion, and this Jiangxi old watch is going to IPO
- Infiltration practice guest account mimikatz sunflower SQL rights lifting offline decryption
- 深度优先搜索简要讲解(附带基础题)
- JSON string conversion in unity
- MySQL maxscale realizes read-write separation
- Katalon使用script实现查询List大小
- functools下的reduce函数
- Package details_ Four access control characters_ Two details of protected
- Pytest multi process / multi thread execution test case
- 潘多拉 IOT 开发板学习(HAL 库)—— 实验6 独立看门狗实验(学习笔记)
猜你喜欢
拼夕夕二面:说说布隆过滤器与布谷鸟过滤器?应用场景?我懵了。。
Select sorting and bubble sorting template
SQL语句加强练习(MySQL8.0为例)
还原窗口位置的微妙之处
What kind of experience is it when the Institute earns 20000 yuan a month!
'2'>' 10'==true? How does JS perform implicit type conversion?
Sales management system of lightweight enterprises based on PHP
Perf simple process for multithreaded profile
三菱M70宏变量读取三菱M80公共变量采集三菱CNC变量读取采集三菱CNC远程刀补三菱机床在线刀补三菱数控在线测量
JSON string conversion in unity
随机推荐
XSS prevention
Which product is better for 2022 annual gold insurance?
[Yugong series] go teaching course 002 go language environment installation in July 2022
functools下的reduce函数
LNK2038 检测到“RuntimeLibrary”的不匹配项: 值“MD_DynamicRelease”不匹配值“MDd_DynamicDebug”(main.obj 中)
Aperçu du code source futur - série juc
[paddleseg source code reading] normalize operation of paddleseg transform
Katalon framework test web (XXVI) automatic email
智慧地铁| 云计算为城市地铁交通注入智慧
Database SQL statement summary, continuous update
idea修改主体颜色
Idea configuration 360zip open by default -- external tools
Huawei cloud Kunpeng engineer training (Guangxi University)
Perf simple process for multithreaded profile
Unity移动端游戏性能优化简谱之 画面表现与GPU压力的权衡
STM32外接DHT11显示温湿度
【webrtc】m98 ninja 构建和编译指令
Rhcsa-- day one
vim映射命令
Infiltration practice guest account mimikatz sunflower SQL rights lifting offline decryption