SkillAgentSearch skills...

TDengine

High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios

Install / Use

/learn @taosdata/TDengine

README

<p align="center"> <a href="https://tdengine.com" target="_blank"> <img src="tdengine-logo.svg" alt="TDengine" width="500" /> </a> </p> <div align="center">

TDengine Release Build Coverage Status GitHub commit activity <br /> GitHub Release GitHub License CII Best Practices <br /> Twitter Follow YouTube Channel Discord Community LinkedIn StackOverflow DeepWiki

</div> <div align="center">

English | 简体中文 | TDengine Cloud | Learn more about TSDB

<br /> </div>

Table of Contents

1. Introduction

TDengine is an open source, high-performance, cloud native and AI powered time-series database designed for Internet of Things (IoT), Connected Cars, and Industrial IoT. It enables efficient, real-time data ingestion, processing, and analysis of TB and even PB scale data per day, generated by billions of sensors and data collectors. TDengine differentiates itself from other time-series databases with the following advantages:

  • High Performance: TDengine is the only time-series database to solve the high cardinality issue to support billions of data collection points while out performing other time-series databases for data ingestion, querying and data compression.

  • Simplified Solution: Through built-in caching, stream processing, data subscription and AI agent features, TDengine provides a simplified solution for time-series data processing. It reduces system design complexity and operation costs significantly.

  • Cloud Native: Through native distributed design, sharding and partitioning, separation of compute and storage, RAFT, support for kubernetes deployment and full observability, TDengine is a cloud native Time-Series Database and can be deployed on public, private or hybrid clouds.

  • AI Powered: Through the built in AI agent TDgpt, TDengine can connect to a variety of time series foundation model, large language model, machine learning and traditional algorithms to provide time series data forecasting, anomly detection, imputation and classification.

  • Ease of Use: For administrators, TDengine significantly reduces the effort to deploy and maintain. For developers, it provides a simple interface, simplified solution and seamless integrations for third party tools. For data users, it gives easy data access.

  • Easy Data Analytics: Through super tables, storage and compute separation, data partitioning by time interval, pre-computation and AI agent, TDengine makes it easy to explore, format, and get access to data in a highly efficient way.

  • Open Source: TDengine’s core modules, including cluster feature and AI agent, are all available under open source licenses. It has gathered 23.7k stars on GitHub. There is an active developer community, and over 730k running instances worldwide.

For a full list of TDengine competitive advantages, please check here. The easiest way to experience TDengine is through TDengine Cloud. For the latest TDengine component TDgpt, please refer to TDgpt README for details.

2. Documentation

For user manual, system design and architecture, please refer to TDengine Documentation (TDengine 文档)

You can choose to install TDengine via container, installation package, Kubernetes or try fully managed service without installation. This quick guide is for developers who want to contribute, build, release and test TDengine by themselves.

For contributing/building/testing TDengine Connectors, please check the following repositories: JDBC Connector, Go Connector, Python Connector, Node.js Connector, C# Connector, Rust Connector.

3. Prerequisites

At the moment, TDengine server supports running on Linux/MacOS systems. Any application can also choose the RESTful interface provided by taosAdapter to connect the taosd service. TDengine supports X64/ARM64 CPU, and it will support MIPS64, Alpha64, ARM32, RISC-V and other CPU architectures in the future. Right now we don't support build with cross-compiling environment.

Starting from version 3.1.0.0, TDengine supports the Windows system exclusively in its TSDB-Enterprise edition.

If you want to compile taosAdapter or taosKeeper, you need to install Go 1.23 or above.

3.1 Prerequisites on Linux

<details> <summary>Install required tools on Linux</summary>

3.1.1 For Ubuntu

Verified on Ubuntu 18.04, 20.04, 22.04.

sudo apt-get update
sudo apt-get install -y gcc cmake build-essential git libjansson-dev \
  libsnappy-dev liblzma-dev zlib1g-dev pkg-config libtool autoconf automake groff

3.1.2 For CentOS

Verified on CentOS 8.

sudo yum update
yum install -y epel-release gcc gcc-c++ make cmake git perl dnf-plugins-core autoconf automake libtool groff
yum config-manager --set-enabled powertools
yum i

Related Skills

View on GitHub
GitHub Stars24.8k
CategoryOperations
Updated3h ago
Forks5.0k

Languages

C

Security Score

100/100

Audited on Mar 29, 2026

No findings