index.md 2.4 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
---
title: List of supported platforms
description: "List of platforms supported by TDengine server, client, and connector"
---

## List of supported platforms for TDengine server

|              | **CentOS 7/8** | **Ubuntu 16/18/20** | **Other Linux** |
| ------------ | -------------- | ------------------- | --------------- |
| X64          | ●              | ●                   |                 |
| MIPS64       |                |                     | ●               |
| ARM64        |                | ○                   | ○               |
| Alpha64      |                |                     | ○               |

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.

| **CPU**     | **X64 64bit** |           |           | **X86 32bit** | **ARM64** | **ARM32** | **MIPS**  | **Alpha** |
| ----------- | ------------- | --------- | --------- | ------------- | --------- | --------- | --------- | --------- |
| **OS**      | **Linux**     | **Win64** | **Win32** | **Win32**     | **Linux** | **Linux** | **Linux** | **Linux** |
| **C/C++**   | ●             | ●         | ●         | ○             | ●         | ●         | ●         | ●         |
| **JDBC**    | ●             | ●         | ●         | ○             | ●         | ●         | ●         | ●         |
| **Python**  | ●             | ●         | ●         | ○             | ●         | ●         | ●         | --        |
| **Go**      | ●             | ●         | ●         | ○             | ●         | ●         | ○         | --        |
| **NodeJs**  | ●             | ●         | ○         | ○             | ●         | ●         | ○         | --        |
| **C#**      | ●             | ●         | ○         | ○             | ○         | ○         | ○         | --        |
| **RESTful** | ●             | ●         | ●         | ●             | ●         | ●         | ●         | ●         |

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