TDengine

TDengine is a relational time-series database management system that targets IoT workloads. It supports result caching, message queuing, subscription, and continuous queries over streaming data.

Data Model

Relational

"One table for each data collection point" can ensure the optimal performance of insert and query of a single data collection point to the greatest extent.To support aggregation over multiple tables efficiently, the STable(Super Table) concept is introduced by TDengine.

Query Interface

SQL

TDengine Logo
Website

https://www.taosdata.com/

Source Code

https://github.com/taosdata/TDengine

Tech Docs

https://www.taosdata.com/en/documentation/

Developer

TAOS Data

Country of Origin

CN

Start Year

2017

Project Type

Commercial, Open Source

Written in

C

Supported languages

C, C++, Go, Java, Python, Rust, SQL

Operating Systems

Linux

Licenses

AGPL v3