index.md 1.7 KB
Newer Older
1 2 3 4 5 6 7
---
title: List of supported platforms
description: "List of platforms supported by TDengine server, client, and connector"
---

## List of supported platforms for TDengine server

8 9 10 11
|              | **Windows Server 2016/2019** | **Windows 10/11** | **CentOS 7.9/8** | **Ubuntu 18/20** |
| ------------ | ---------------------------- | ----------------- | ---------------- | ---------------- |
| X64          | ●                            | ●                 | ●                | ●                |
| ARM64        |                              |                   | ●                |                  |
12 13 14 15 16 17 18 19 20

Note: ● means officially tested and verified, ○ means unofficially tested and verified.

## List of supported platforms for TDengine clients and connectors

TDengine's connector can support a wide range of platforms, including X64/X86/ARM64/ARM32/MIPS/Alpha hardware platforms and Linux/Win64/Win32 development environments.

The comparison matrix is as follows.

wafwerar's avatar
wafwerar 已提交
21 22 23 24 25 26 27 28 29 30
| **CPU**     | **X64 64bit** | **X64 64bit** | **ARM64** |
| ----------- | ------------- | ------------- | --------- |
| **OS**      | **Linux**     | **Win64**     | **Linux** |
| **C/C++**   | ●             | ●             | ●         |
| **JDBC**    | ●             | ●             | ●         |
| **Python**  | ●             | ●             | ●         |
| **Go**      | ●             | ●             | ●         |
| **NodeJs**  | ●             | ●             | ●         |
| **C#**      | ●             | ●             | ○         |
| **RESTful** | ●             | ●             | ●         |
31 32

Note: ● means the official test is verified, ○ means the unofficial test is verified, -- means not verified.