2.8 KiB
title | description |
---|---|
Get Started | This document describes how to install TDengine on various platforms. |
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' import StackOverflowSVG from './stackoverflow.svg'
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.
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 client libraries for multiple languages, TDengine also provides a RESTful interface through taosAdapter.
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
Join TDengine Community
Star GitHub | Join Discord | Follow Twitter | Subscribe YouTube | Follow LinkedIn | Ask StackOverflow |