doc: change connector order
This commit is contained in:
parent
8548e72d0b
commit
168b6cc9eb
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 1
|
|
||||||
sidebar_label: C/C++
|
sidebar_label: C/C++
|
||||||
title: C/C++ Connector
|
title: C/C++ Connector
|
||||||
---
|
---
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
toc_max_heading_level: 4
|
toc_max_heading_level: 4
|
||||||
sidebar_position: 2
|
|
||||||
sidebar_label: Java
|
sidebar_label: Java
|
||||||
title: TDengine Java Connector
|
title: TDengine Java Connector
|
||||||
description: The TDengine Java Connector is implemented on the standard JDBC API and provides native and REST connectors.
|
description: The TDengine Java Connector is implemented on the standard JDBC API and provides native and REST connectors.
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
toc_max_heading_level: 4
|
toc_max_heading_level: 4
|
||||||
sidebar_position: 4
|
|
||||||
sidebar_label: Go
|
sidebar_label: Go
|
||||||
title: TDengine Go Connector
|
title: TDengine Go Connector
|
||||||
---
|
---
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
toc_max_heading_level: 4
|
toc_max_heading_level: 4
|
||||||
sidebar_position: 5
|
|
||||||
sidebar_label: Rust
|
sidebar_label: Rust
|
||||||
title: TDengine Rust Connector
|
title: TDengine Rust Connector
|
||||||
---
|
---
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 3
|
|
||||||
sidebar_label: Python
|
sidebar_label: Python
|
||||||
title: TDengine Python Connector
|
title: TDengine Python Connector
|
||||||
description: "taospy is the official Python connector for TDengine. taospy provides a rich API that makes it easy for Python applications to use TDengine. tasopy wraps both the native and REST interfaces of TDengine, corresponding to the two submodules of tasopy: taos and taosrest. In addition to wrapping the native and REST interfaces, taospy also provides a programming interface that conforms to the Python Data Access Specification (PEP 249), making it easy to integrate taospy with many third-party tools, such as SQLAlchemy and pandas."
|
description: "taospy is the official Python connector for TDengine. taospy provides a rich API that makes it easy for Python applications to use TDengine. tasopy wraps both the native and REST interfaces of TDengine, corresponding to the two submodules of tasopy: taos and taosrest. In addition to wrapping the native and REST interfaces, taospy also provides a programming interface that conforms to the Python Data Access Specification (PEP 249), making it easy to integrate taospy with many third-party tools, such as SQLAlchemy and pandas."
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
toc_max_heading_level: 4
|
toc_max_heading_level: 4
|
||||||
sidebar_position: 6
|
|
||||||
sidebar_label: Node.js
|
sidebar_label: Node.js
|
||||||
title: TDengine Node.js Connector
|
title: TDengine Node.js Connector
|
||||||
---
|
---
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
toc_max_heading_level: 4
|
toc_max_heading_level: 4
|
||||||
sidebar_position: 7
|
|
||||||
sidebar_label: C#
|
sidebar_label: C#
|
||||||
title: C# Connector
|
title: C# Connector
|
||||||
---
|
---
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_label: PHP
|
||||||
sidebar_label: PHP (community contribution)
|
|
||||||
title: PHP Connector
|
title: PHP Connector
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue