docs/en/07-develop/index.md
import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
To develop an application, if you plan to use TDengine as a tool for time-series data processing, there are several things to do:
This section is organized in the order mentioned above. For ease of understanding, TDengine provides example code for each feature and each supported programming language, located at Example Code. All example codes are guaranteed to be correct by CI, scripts located at Example Code CI. If you want to learn more about using SQL, check out the SQL Manual. If you want to learn more about using various connectors, read the Connector Reference Guide. If you also want to integrate TDengine with third-party systems, such as Grafana, please refer to Third-Party Tools.
If you encounter any problems during the development process, please click "Report Issue" at the bottom of each page to submit an Issue directly on GitHub.
<DocCardList items={useCurrentSidebarCategory().items}/>