index.md 861 字节
Newer Older
1
---
D
danielclow 已提交
2 3
title: Get Started
description: This article describes how to install TDengine and test its performance.
4 5
---

6
You can install and run TDengine on Linux and Windows machines as well as Docker containers. You can also deploy TDengine as a managed service with TDengine Cloud.
7

8
The full package of TDengine includes the TDengine Server (`taosd`), TDengine Client (`taosc`), taosAdapter for connecting with third-party systems and providing a RESTful interface, a command-line interface, and some tools. In addition to connectors for multiple languages, TDengine also provides a [RESTful interface](/reference/rest-api) through [taosAdapter](/reference/taosadapter).
9

10 11 12
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
13

14 15
<DocCardList items={useCurrentSidebarCategory().items}/>
```