当前位置:网站首页>Flink学习第三天——一文带你了解什么是Flink流?
Flink学习第三天——一文带你了解什么是Flink流?
2022-08-01 23:22:00 【qq_16397653】
什么是Flink
Apache Flink 是一个框架和分布式处理引擎,用于在无边界和有边界数据流上进行有状态的计算
有谁在用呢(基本大厂都在用)
- 用来做啥:实时数仓建设、实时数据监控、实时反作弊风控、画像系统等


概念
数据流
- 任何类型的数据都可以形成一种事件流,信用卡交易、传感器测量、机器日志、网站或移动应用程序上的用户交互记录,所有这些数据都形成一种流。
什么是有界流
- 有定义流的开始,也有定义流的结束。有界流可以在摄取所有数据后再进行计算。有界流所有数据可以被排序,所以并不需要有序摄取。有界流处理通常被称为批处理
什么是无界流
<
边栏推荐
- 深度学习基础-基于Numpy的循环神经网络(RNN)实现和反向传播训练
- Making a Simple 3D Renderer
- Interpretation of the paper (GSAT) "Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism"
- TCP 可靠吗?为什么?
- 论文解读(GSAT)《Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism》
- Access the selected node in the console
- Three, mysql storage engine - building database and table operation
- excel edit a cell without double clicking
- 伸展树的特性及实现
- UML diagram of soft skills
猜你喜欢
![[C language advanced] file operation (2)](/img/4d/49d9603aeed16f1600d69179477eb3.png)
[C language advanced] file operation (2)

C语言——分支语句和循环语句

chrome copies the base64 data of an image

C#大型互联网平台管理框架源码:基于ASP.NET MVC+EF6+Bootstrap开发,支持多数据库

Leetcode 129求根节点到叶节点数字之和、104二叉树的最大深度、8字符串转换整数(atoi)、82删除排序链表中的重复元素II、204二分查找、94二叉树的中序遍历、144二叉树的前序遍历

研发团队数字化转型实践

Data Organization --- Chapter 5 Trees and Binary Trees --- The Concept of Binary Trees --- Application Questions

cmd指令

【参营经历贴】2022网安夏令营

Building a cloud-native DevOps environment
随机推荐
6134. Find the closest node to the given two nodes - force double hundred code
6132. 使数组中所有元素都等于零-快速排序法
nodejs--process
计算两点之间的距离
Oracle database is set to read-only and read-write
Calculate the midpoint between two points
伸展树的特性及实现
JAX-based activation function, softmax function and cross entropy function
研发团队数字化转型实践
Avoid , ,
, and tagsCodeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D Solution
C语言——分支语句和循环语句
What can be done to make this SQL into a dangerous SQL?
SQL Server(设计数据库--存储过程--触发器)
excel split text into different rows
Department project source code sharing
When using DocumentFragments add a large number of elements
visual studio code multiple editing
用virtualenv和Virtualenvwrapper虚拟环境管理工具创建虚拟环境
Codeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D 题解