当前位置:网站首页>Tdengine can read and write through dataX, a data synchronization tool
Tdengine can read and write through dataX, a data synchronization tool
2022-07-05 09:44:00 【Tdengine】
Small T Reading guide :DataX It is an offline data synchronization tool open source by Alibaba cloud / platform , At present, it has supported the efficient data synchronization function including a variety of mainstream heterogeneous data sources . Our R & D team has completed TDengine The adaptation of , Related code has been DataX Officially accepted and incorporated into the trunk .
DataX It is an offline data synchronization tool open source by Alibaba cloud / platform , At present, it has realized the following functions: MySQL、Oracle、OceanBase、SQL Server、PostgreSQL、HDFS、Hive、HBase And other heterogeneous data sources .
DataX The design idea is :
DataX As a data synchronization framework , The synchronization of different data sources is abstracted as reading data from data sources
Reader
plug-in unit , And write data to the targetWriter
plug-in unit , Theoretically DataX The framework can support data synchronization of any data source type . meanwhile DataX Plug in system as a set of ecosystem , Each access to a new set of data sources , The interworking between the data source and the existing data source can be realized .
Based on this design idea , Our R & D team has completed TDengine The adaptation of , Realized TDengineReader
and TDengineWriter
Two plug-ins , And be DataX Official acceptance , Merged into its trunk .
TDengineReader
The features provided include :
- Supported by SQL Data filtering ;
- Perform task segmentation according to time interval ;
- Support TDengine All data types of ;
- Support batch reading , Can pass
batchSize
Parameter controls the size of the batch pull result set , To improve read performance .
TDengineWriter
Supported features include :
- Support OpenTSDB Of json Line protocol in format , have access to TDengine Of Schemaless Write in TDengine.
- Support batch write , Can pass
batchSize
Parameter controls the number of batch writes , This improves write performance .
at present TDengine Has joined DataX List of officially supported databases .
Now? , If the user wants to change the history Database( such as MySQL、OpenTSDB etc. ) Data from to TDengine, Or will TDengine Data export in , You can use it DataX To implement the .
More usage details , You can refer to “ be based on DataX Of TDengine Data migration tools ” One article .
be based on DataX Of TDengineWriter and TDengineReader And the latest developments , Please pay attention to :https://github.com/taosdata/DataX
Want to know more TDengine Database Specific details of , Welcome to GitHub View the relevant source code on .
边栏推荐
- SQL learning alter add new field
- Wechat applet obtains household area information
- Principle and performance analysis of lepton lossless compression
- c语言指针深入理解
- tongweb设置gzip
- Thermometer based on STM32 single chip microcomputer (with face detection)
- Kotlin introductory notes (IV) circular statements (simple explanation of while, for)
- Develop and implement movie recommendation applet based on wechat cloud
- VS Code问题:长行的长度可通过 “editor.maxTokenizationLineLength“ 进行配置
- Unity SKFramework框架(二十四)、Avatar Controller 第三人称控制
猜你喜欢
一文读懂TDengine的窗口查询功能
顶会论文看图对比学习(GNN+CL)研究趋势
How to improve the operation efficiency of intra city distribution
Svg optimization by svgo
Node の MongoDB Driver
What about wechat mall? 5 tips to clear your mind
Android 隐私沙盒开发者预览版 3: 隐私安全和个性化体验全都要
LeetCode 31. Next spread
Using request headers to develop multi terminal applications
Lepton 无损压缩原理及性能分析
随机推荐
SQL learning alter add new field
Kotlin introductory notes (I) kotlin variables and non variables
从“化学家”到开发者,从甲骨文到 TDengine,我人生的两次重要抉择
Why do offline stores need cashier software?
一篇文章带你走进cookie,session,Token的世界
How do enterprises choose the appropriate three-level distribution system?
Node の MongoDB Driver
LeetCode 556. 下一个更大元素 III
C语言-从键盘输入数组二维数组a,将a中3×5矩阵中第3列的元素左移到第0列,第3列以后的每列元素行依次左移,原来左边的各列依次绕到右边
Kotlin introductory notes (V) classes and objects, inheritance, constructors
基于模板配置的数据可视化平台
百度智能小程序巡檢調度方案演進之路
【组队 PK 赛】本周任务已开启 | 答题挑战,夯实商品详情知识
[how to disable El table]
22-07-04 西安 尚好房-项目经验总结(01)
Thermometer based on STM32 single chip microcomputer (with face detection)
LeetCode 496. Next larger element I
C form click event did not respond
Wechat applet obtains household area information
mysql安装配置以及创建数据库和表