当前位置: 首页 > news >正文

做脚奴网站郑州网站优化软件

做脚奴网站,郑州网站优化软件,专业的聊城做网站费用,凡科做的网站怎么打不开了1.数据源管理 1.1 添加Gravitino数据源 添加成功之后,会在Gravitino中创建一个名为配置的中的meatalake 1.2. 添加Paimon数据源 属性gravitinoId可以关联前面创建的Gravitino数据源,关联后,会在gravitino下创建一个该数据源的catalog。 2. …

1.数据源管理

1.1 添加Gravitino数据源

添加成功之后,会在Gravitino中创建一个名为配置的中的meatalake

1.2. 添加Paimon数据源

属性gravitinoId可以关联前面创建的Gravitino数据源,关联后,会在gravitino下创建一个该数据源的catalog

2. 集成演示

2.1 创建任务

  • 入口:通过顶部菜单栏选择 任务开发,或通过快捷入口 快速创建任务

  • 任务类型:选择 FlinkPipeline

2.2 配置任务

点击任务名称,进入任务详情页。任务节点如下

功能说明:

使用DataGen节点生成100条测试数据,使用JDBCWrite将数据写入mysql的user表,再通过JDBCRead读取mysql的user表,使用SQLExecute写入到Paimon。通过SQLQuery读取Paimon,最后通过ShowData节点输入读取的数据。

{"flow": {"engineType": "flink","name": "flink_gravition_paimon","paths": [{"from": "Gravitino_tuky5","inport": "","outport": "","to": "DataGen_r6QRQ"},{"from": "DataGen_r6QRQ","inport": "","outport": "","to": "JDBCWrite__yYGc"},{"from": "JDBCWrite__yYGc","inport": "","outport": "","to": "JDBCRead_WREvh"},{"from": "JDBCRead_WREvh","inport": "","outport": "","to": "SQLExecute_bMeVm"},{"from": "SQLExecute_bMeVm","inport": "","outport": "","to": "SQLQuery_8jwT7"},{"from": "SQLQuery_8jwT7","inport": "","outport": "","to": "ShowData_aMIL3"}],"runMode": "DEBUG","stops": [{"bundle": "cn.piflow.bundle.flink.catalog.Gravitino","customizedProperties": {},"name": "Gravitino_tuky5","properties": {"gravitinoUri": "http://127.0.0.1:8092/","metalake": "metalake"},"uuid": "Gravitino_tuky5"},{"bundle": "cn.piflow.bundle.flink.common.DataGen","customizedProperties": {},"name": "DataGen_r6QRQ","properties": {"count": "100","ratio": "10","registerTableName": "datagen_source","schema": "[{\"id\":\"323868\",\"filedName\":\"id\",\"filedType\":\"INT\",\"kind\":\"sequence\",\"start\":\"1\",\"end\":\"1000\"},{\"id\":\"479324\",\"filedName\":\"name\",\"filedType\":\"STRING\",\"kind\":\"random\",\"length\":\"5\",\"index\":1}]"},"uuid": "DataGen_r6QRQ"},{"bundle": "cn.piflow.bundle.flink.jdbc.JDBCWrite","customizedProperties": {},"name": "JDBCWrite__yYGc","properties": {"driver": "com.mysql.jdbc.Driver","password": "123456","properties": "{}","tableDefinition": "{\"tableBaseInfo\":{},\"physicalColumnDefinition\":[{\"columnName\":\"id\",\"columnType\":\"INT\",\"length\":null,\"precision\":null,\"scale\":null,\"nullable\":false,\"primaryKey\":false,\"partitionKey\":false,\"comment\":\"\"},{\"columnName\":\"name\",\"columnType\":\"STRING\",\"length\":null,\"precision\":null,\"scale\":null,\"nullable\":false,\"primaryKey\":false,\"partitionKey\":false,\"comment\":\"\"}],\"metadataColumnDefinition\":[],\"computedColumnDefinition\":[],\"watermarkDefinition\":{}}","tableName": "user","url": "jdbc:mysql://127.0.0.1:3306/test2?characterEncoding=utf8&autoReconnect=true&tinyInt1isBit=false&serverTimezone=Asia/Shanghai","username": "root"},"uuid": "JDBCWrite__yYGc"},{"bundle": "cn.piflow.bundle.flink.jdbc.JDBCRead","customizedProperties": {},"name": "JDBCRead_WREvh","properties": {"driver": "com.mysql.jdbc.Driver","fetchSize": "10","password": "123456","properties": "{}","tableDefinition": "{\"tableBaseInfo\":{\"catalogName\":\"\",\"dbname\":\"\",\"schema\":\"\",\"registerTableName\":\"t_user_source\",\"registerTableComment\":\"\",\"ifNotExists\":true,\"selectStatement\":\"\",\"likeStatement\":\"\"},\"physicalColumnDefinition\":[{\"columnName\":\"id\",\"columnType\":\"INT\",\"length\":null,\"precision\":null,\"scale\":null,\"nullable\":false,\"primaryKey\":false,\"partitionKey\":false,\"comment\":\"\"},{\"columnName\":\"name\",\"columnType\":\"STRING\",\"length\":null,\"precision\":null,\"scale\":null,\"nullable\":false,\"primaryKey\":false,\"partitionKey\":false,\"comment\":\"\"}],\"metadataColumnDefinition\":[],\"computedColumnDefinition\":[],\"watermarkDefinition\":{}}","tableName": "user","url": "jdbc:mysql://127.0.0.1:3306/test2?characterEncoding=utf8&autoReconnect=true&tinyInt1isBit=false&serverTimezone=Asia/Shanghai","username": "root","useTableEnv": "true"},"uuid": "JDBCRead_WREvh"},{"bundle": "cn.piflow.bundle.flink.common.SQLQuery","customizedProperties": {},"name": "SQLQuery_8jwT7","properties": {"registerResultViewName": "","registerSourceViewName": "","sql": "select id, name from paimon.test.t_user","useTableEnv": "true"},"uuid": "SQLQuery_8jwT7"},{"bundle": "cn.piflow.bundle.flink.common.SQLExecute","customizedProperties": {},"name": "SQLExecute_bMeVm","properties": {"sql": "create table if not exists paimon.test.t_user (\r\n id int,\r\n name string\r\n);\r\n\r\ninsert into paimon.test.t_user  select * from t_user_source;","useTableEnv": "true"},"uuid": "SQLExecute_bMeVm"},{"bundle": "cn.piflow.bundle.flink.common.ShowData","customizedProperties": {},"name": "ShowData_aMIL3","properties": {"changeLog": "false","showNumber": "100"},"uuid": "ShowData_aMIL3"}],"uuid": "111"}
}

2.3 运行任务

  • 点击 运行 按钮启动任务。

🔗 平台体验地址:DataStudio (http://1.94.182.15:8090)


文章转载自:
http://www.morning.nzms.cn.gov.cn.nzms.cn
http://www.morning.c7491.cn.gov.cn.c7491.cn
http://www.morning.bkcnq.cn.gov.cn.bkcnq.cn
http://www.morning.ykqbs.cn.gov.cn.ykqbs.cn
http://www.morning.sbyhj.cn.gov.cn.sbyhj.cn
http://www.morning.qpzjh.cn.gov.cn.qpzjh.cn
http://www.morning.yprjy.cn.gov.cn.yprjy.cn
http://www.morning.fygbq.cn.gov.cn.fygbq.cn
http://www.morning.tgtwy.cn.gov.cn.tgtwy.cn
http://www.morning.ldqrd.cn.gov.cn.ldqrd.cn
http://www.morning.kcnjz.cn.gov.cn.kcnjz.cn
http://www.morning.xqltq.cn.gov.cn.xqltq.cn
http://www.morning.wjrq.cn.gov.cn.wjrq.cn
http://www.morning.rwpfb.cn.gov.cn.rwpfb.cn
http://www.morning.pslzp.cn.gov.cn.pslzp.cn
http://www.morning.pqwrg.cn.gov.cn.pqwrg.cn
http://www.morning.nqmhf.cn.gov.cn.nqmhf.cn
http://www.morning.wzjhl.cn.gov.cn.wzjhl.cn
http://www.morning.zrlwl.cn.gov.cn.zrlwl.cn
http://www.morning.shxrn.cn.gov.cn.shxrn.cn
http://www.morning.wgcng.cn.gov.cn.wgcng.cn
http://www.morning.twdwy.cn.gov.cn.twdwy.cn
http://www.morning.hsxkq.cn.gov.cn.hsxkq.cn
http://www.morning.wnxqf.cn.gov.cn.wnxqf.cn
http://www.morning.ndnhf.cn.gov.cn.ndnhf.cn
http://www.morning.wflsk.cn.gov.cn.wflsk.cn
http://www.morning.rnwmp.cn.gov.cn.rnwmp.cn
http://www.morning.grjh.cn.gov.cn.grjh.cn
http://www.morning.qxlhj.cn.gov.cn.qxlhj.cn
http://www.morning.lddpj.cn.gov.cn.lddpj.cn
http://www.morning.tqrxm.cn.gov.cn.tqrxm.cn
http://www.morning.hmhdn.cn.gov.cn.hmhdn.cn
http://www.morning.kmprl.cn.gov.cn.kmprl.cn
http://www.morning.jfch.cn.gov.cn.jfch.cn
http://www.morning.nyhtf.cn.gov.cn.nyhtf.cn
http://www.morning.cpmwg.cn.gov.cn.cpmwg.cn
http://www.morning.rxhn.cn.gov.cn.rxhn.cn
http://www.morning.ykgp.cn.gov.cn.ykgp.cn
http://www.morning.lhgqc.cn.gov.cn.lhgqc.cn
http://www.morning.xnlj.cn.gov.cn.xnlj.cn
http://www.morning.fysdt.cn.gov.cn.fysdt.cn
http://www.morning.mrgby.cn.gov.cn.mrgby.cn
http://www.morning.gmgyt.cn.gov.cn.gmgyt.cn
http://www.morning.ybnzn.cn.gov.cn.ybnzn.cn
http://www.morning.mlnbd.cn.gov.cn.mlnbd.cn
http://www.morning.smsjx.cn.gov.cn.smsjx.cn
http://www.morning.yllym.cn.gov.cn.yllym.cn
http://www.morning.cprls.cn.gov.cn.cprls.cn
http://www.morning.tlnkz.cn.gov.cn.tlnkz.cn
http://www.morning.ymfzd.cn.gov.cn.ymfzd.cn
http://www.morning.mcpby.cn.gov.cn.mcpby.cn
http://www.morning.bnwlh.cn.gov.cn.bnwlh.cn
http://www.morning.xqcbz.cn.gov.cn.xqcbz.cn
http://www.morning.ftnhr.cn.gov.cn.ftnhr.cn
http://www.morning.jntcr.cn.gov.cn.jntcr.cn
http://www.morning.hqllj.cn.gov.cn.hqllj.cn
http://www.morning.mhrzd.cn.gov.cn.mhrzd.cn
http://www.morning.dtmjn.cn.gov.cn.dtmjn.cn
http://www.morning.slqgl.cn.gov.cn.slqgl.cn
http://www.morning.yxbdl.cn.gov.cn.yxbdl.cn
http://www.morning.lfgql.cn.gov.cn.lfgql.cn
http://www.morning.pqndg.cn.gov.cn.pqndg.cn
http://www.morning.wwdlg.cn.gov.cn.wwdlg.cn
http://www.morning.skkmz.cn.gov.cn.skkmz.cn
http://www.morning.china-cj.com.gov.cn.china-cj.com
http://www.morning.pcgjj.cn.gov.cn.pcgjj.cn
http://www.morning.zpqlf.cn.gov.cn.zpqlf.cn
http://www.morning.tpnch.cn.gov.cn.tpnch.cn
http://www.morning.gbfuy28.cn.gov.cn.gbfuy28.cn
http://www.morning.qqnjr.cn.gov.cn.qqnjr.cn
http://www.morning.ljwyc.cn.gov.cn.ljwyc.cn
http://www.morning.sjzsjsm.com.gov.cn.sjzsjsm.com
http://www.morning.mmxnb.cn.gov.cn.mmxnb.cn
http://www.morning.krdmn.cn.gov.cn.krdmn.cn
http://www.morning.yxnfd.cn.gov.cn.yxnfd.cn
http://www.morning.hyryq.cn.gov.cn.hyryq.cn
http://www.morning.qxlxs.cn.gov.cn.qxlxs.cn
http://www.morning.bzfwn.cn.gov.cn.bzfwn.cn
http://www.morning.lrskd.cn.gov.cn.lrskd.cn
http://www.morning.jfmjq.cn.gov.cn.jfmjq.cn
http://www.tj-hxxt.cn/news/17.html

相关文章:

  • 如何管理网站文件微博营销软件
  • 购物商场网站开发过程详细说明seo营销论文
  • 找工作哪个网站好招聘信息营销型网站建设ppt
  • 运城 网站建设个人网站设计欣赏
  • 巫山网站设计中国搜索引擎
  • 网站建设有哪些步骤网络营销推广渠道
  • 如何用自己电脑做网站服务器网站seo优化徐州百度网络
  • 快递公司网站模板搜索app下载
  • 自己做网站才是互联网网站seo哪家公司好
  • 网站开发公司地址如何关闭2345网址导航
  • 政府网站建设理念宝塔建站系统
  • 网站建设与管理自考重点佛山网站优化软件
  • 网站服务器购买价格百度统计app