当前位置:网站首页>数据数据湖(十九):SQL API 读取Kafka数据实时写入Iceberg表
数据数据湖(十九):SQL API 读取Kafka数据实时写入Iceberg表
2022-07-26 11:11:00 【51CTO】
SQL API 读取Kafka数据实时写入Iceberg表
从Kafka中实时读取数据写入到Iceberg表中,操作步骤如下:
一、首先需要创建对应的Iceberg表

二、编写代码读取Kafka数据实时写入Iceberg

启动以上代码,向Kafka topic中生产如下数据:

我们可以看到控制台上有对应实时数据输出,查看对应的Icberg HDFS目录,数据写入成功。
边栏推荐
- Novice source code hashtable
- AuthorizingRealm简介说明
- A new technical director asked me to do an IP territorial function~
- 28.文件目录解析代码实现
- 复现php一句话木马
- The company cannot access station B
- Build neural network from simple to deep
- 3dunity game project actual combat - aircraft war
- ArrayList of novice source code
- win10 1903 笔记本开热点出现蓝屏问题
猜你喜欢
随机推荐
Pyqt5 rapid development and practice Chapter 1 understanding pyqt5
QT——LCDNumber
MySQL learning notes
[vscode]如何远程连接服务器
产品无力销量下滑 上汽名爵还能否走出阴霾
如何配置JdbcRealm数据源呢?
swagger2.9.2教程 与swagger3.0.0教程
[vscode] how to connect to the server remotely
外包干了四年,废了...
FINEOS宣布2022年GroupTech Connect活动开放注册
Static routing and dynamic routing
承认吧 投新能源就是为了安全感
702马力破百仅4.5秒!最强皮卡来袭,安全、舒适一个不落
PostgreSQL在Linux和Windows安装和入门基础教程
静态路由和动态路由
剑指 Offer 25. 合并两个排序的链表
Want the clouds in the picture to float? Video editing services can be achieved in three steps with one click
Dictionary and int matrix
HCI interface
MySQL deadlock analysis









