TDengine
TapData Cloud offers you cloud services that are suitable for scenarios requiring rapid deployment and low initial investment, helping you focus more on business development rather than infrastructure management. Free trial with TapData Cloud.TapData Enterprise can be deployed in your local data center, making it suitable for scenarios with strict requirements on data sensitivity or network isolation. It can serve to build real-time data warehouses, enable real-time data exchange, data migration, and more.TapData Community is an open-source data integration platform that provides basic data synchronization and transformation capabilities. This helps you quickly explore and implement data integration projects. As your project or business grows, you can seamlessly upgrade to TapData Cloud or TapData Enterprise to access more advanced features and service support.Please follow the instructions below to ensure that the TDengine database is successfully added and used in TapData Cloud.
Supported version
TDengine 3.x
Connection configuration
Port configuration
Full functionality using REST connection. Please configure port 6041.
Incremental data functionality explanation
TDengine supports new data subscription, which utilizes the Java connector and requires support for port 6030. Additionally, you need to install the client driver for TDengine.
To install the TDengine client driver, follow these steps
https://docs.tdengine.com/develop/connect/
Supported field types
TIMESTAMP
INT
INT UNSIGNED
BIGINT
BIGINT UNSIGNED
FLOAT
DOUBLE
SMALLINT
SMALLINT UNSIGNED
TINYINT
TINYINT UNSIGNED
BOOL
NCHAR
BINARY (An alias for VARCHAR, BINARY type fields will be converted to VARCHAR type when creating the table.)
VARCHAR
Common issues
Error occurred while modifying column width:
TDengine currently does not support modifying the width of certain column types.