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

arielyangpan's avatar
arielyangpan 已提交
6 7 8 9 10
import GitHubSVG from './github.svg'
import DiscordSVG from './discord.svg'
import TwitterSVG from './twitter.svg'
import YouTubeSVG from './youtube.svg'
import LinkedInSVG from './linkedin.svg'
arielyangpan's avatar
arielyangpan 已提交
11

wafwerar's avatar
wafwerar 已提交
12
You can install and run TDengine on Linux/Windows/macOS machines as well as Docker containers. You can also deploy TDengine as a managed service with TDengine Cloud.
13

14
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).
15

16 17 18
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
19

20
<DocCardList items={useCurrentSidebarCategory().items}/>
arielyangpan's avatar
arielyangpan 已提交
21 22
```

arielyangpan's avatar
arielyangpan 已提交
23 24 25 26 27 28 29 30 31 32 33
## Study TDengine Knowledge Map

The TDengine Knowledge Map covers the various knowledge points of TDengine, revealing the invocation relationships and data flow between various conceptual entities. Learning and understanding the TDengine Knowledge Map will help you quickly master the TDengine knowledge system.

<figure>
<center>
<a href="pathname:///img/tdengine-map.svg" target="_blank"><img src="/img/tdengine-map.svg" width="80%" /></a>
<figcaption>Diagram 1. TDengine Knowledge Map</figcaption>
</center>
</figure>

arielyangpan's avatar
arielyangpan 已提交
34 35 36
### Join TDengine Community

<table width="100%">
arielyangpan's avatar
arielyangpan 已提交
37 38 39 40 41 42
<tr align="center" style={{border:0}}>
<td width="20%" style={{border:0}}><a href="https://github.com/taosdata/TDengine" target="_blank"><GitHubSVG /><p>Star GitHub</p></a></td>
<td width="20%" style={{border:0}}><a href="https://discord.com/invite/VZdSuUg4pS" target="_blank"><DiscordSVG /><p>Join Discord</p></a></td>
<td width="20%" style={{border:0}}><a href="https://twitter.com/TDengineDB" target="_blank"><TwitterSVG /><p>Follow Twitter</p></a></td>
<td width="20%" style={{border:0}}><a href="https://www.youtube.com/@tdengine" target="_blank"><YouTubeSVG /><p>Subscribe YouTube</p></a></td>
<td width="20%" style={{border:0}}><a href="https://www.linkedin.com/company/tdengine" target="_blank"><LinkedInSVG /><p>Follow LinkedIn</p></a></td>
arielyangpan's avatar
arielyangpan 已提交
43 44
</tr>
</table>