homework-jianmu/docs/en/10-third-party/index.md

16 lines
685 B
Markdown

---
title: Third-Party Tools
slug: /third-party-tools
---
TDengine supports standard SQL commands, common database connector standards (such as JDBC), ORMs, and other popular time-series database write protocols (such as InfluxDB Line Protocol, OpenTSDB JSON, OpenTSDB Telnet, etc.), making it very easy to use TDengine with third-party tools.
For supported third-party tools, no code is needed; you only need to do simple configuration to seamlessly integrate TDengine with these tools.
```mdx-code-block
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>
```