当前位置:网站首页>TDengine可通过数据同步工具 DataX读写
TDengine可通过数据同步工具 DataX读写
2022-07-05 09:28:00 【涛思数据(TDengine)】
小 T 导读:DataX 是由阿里云开源的离线数据同步工具/平台,目前已经支持多种主流异构数据源在内的高效的数据互相同步功能。我们的研发团队完成了 TDengine 的适配,相关代码已被 DataX 官方接受并合并到主干中。
DataX 是由阿里云开源的离线数据同步工具/平台,目前已经实现了包括 MySQL、Oracle、OceanBase、SQL Server、PostgreSQL、HDFS、Hive、HBase 等多种异构数据源在内的高效的数据互相同步功能。
DataX 的设计思路是:
DataX 本身作为数据同步框架,将不同数据源的同步抽象为从数据源读取数据的
Reader
插件,以及向目标端写入数据的Writer
插件,理论上 DataX 框架可以支持任意数据源类型的数据同步工作。同时 DataX 插件体系作为一套生态系统,每接入一套新数据源,就可以实现该数据源和现有数据源的互通。
基于该设计思路,我们的研发团队完成了 TDengine 的适配,实现了 TDengineReader
和 TDengineWriter
两个插件,并被 DataX 官方接受,合并到了其主干中。
TDengineReader
提供的功能包括:
- 支持通过 SQL 进行数据筛选;
- 根据时间间隔进行任务切分;
- 支持 TDengine 的全部数据类型;
- 支持批量读取,可以通过
batchSize
参数控制批量拉取结果集的大小,从而提高读取性能。
TDengineWriter
支持的功能包括:
- 支持 OpenTSDB 的 json 格式的行协议,可以使用 TDengine 的 Schemaless 方式写入 TDengine。
- 支持批量写入,可以通过
batchSize
参数控制批量写入的数量,从而提高写入性能。
目前 TDengine 已经加入 DataX 正式支持的数据库列表中。
现在,如果用户要将历史 Database(比如 MySQL、OpenTSDB 等)中的数据迁移到 TDengine,或者将 TDengine 中的数据导出,就可以利用 DataX 来实现了。
更多使用细节,可以参考“基于 DataX 的 TDengine 数据迁移工具”一文。
基于 DataX 的 TDengineWriter 和 TDengineReader 的实现和最新动态,请关注:https://github.com/taosdata/DataX
想了解更多 TDengine Database的具体细节,欢迎大家在GitHub上查看相关源代码。
边栏推荐
- OpenGL - Lighting
- uni-app---uni. Navigateto jump parameter use
- LeetCode 503. Next bigger Element II
- What should we pay attention to when entering the community e-commerce business?
- Node の MongoDB Driver
- Node collaboration and publishing
- 2310. The number of bits is the sum of integers of K
- Unity SKFramework框架(二十二)、Runtime Console 运行时调试工具
- 22-07-04 西安 尚好房-项目经验总结(01)
- 高性能Spark_transformation性能
猜你喜欢
顶会论文看图对比学习(GNN+CL)研究趋势
【sourceTree配置SSH及使用】
植物大战僵尸Scratch
22-07-04 西安 尚好房-项目经验总结(01)
图神经网络+对比学习,下一步去哪?
揭秘百度智能测试在测试自动执行领域实践
【阅读笔记】图对比学习 GNN+CL
High performance spark_ Transformation performance
Nips2021 | new SOTA for node classification beyond graphcl, gnn+ comparative learning
Figure neural network + comparative learning, where to go next?
随机推荐
mysql安装配置以及创建数据库和表
Alibaba cloud sends SMS verification code
Nips2021 | new SOTA for node classification beyond graphcl, gnn+ comparative learning
Kotlin introductory notes (VI) interface and function visibility modifiers
一文详解图对比学习(GNN+CL)的一般流程和最新研究趋势
微信小程序获取住户地区信息
初识结构体
阿里十年测试带你走进APP测试的世界
【组队 PK 赛】本周任务已开启 | 答题挑战,夯实商品详情知识
The research trend of map based comparative learning (gnn+cl) in the top paper
Using request headers to develop multi terminal applications
[how to disable El table]
Priority queue (heap)
uni-app---uni.navigateTo跳转传参使用
[Yugong series] go teaching course 003-ide installation and basic use in July 2022
Applet global style configuration window
STM32简易多级菜单(数组查表法)
Wxss template syntax
Why do offline stores need cashier software?
信息与熵,你想知道的都在这里了