Skip to content

Commit

Permalink
Merge pull request #22859 from taosdata/docs/wade-20230912
Browse files Browse the repository at this point in the history
docs: refine for enterprise
  • Loading branch information
gccgdb1234 committed Sep 12, 2023
2 parents f1cbefd + 9eaa711 commit bee1cbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 182 deletions.
2 changes: 1 addition & 1 deletion docs/en/07-develop/01-connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ curl -L -o php-tdengine.tar.gz https://github.com/Yurunsoft/php-tdengine/archive
&& tar -xzf php-tdengine.tar.gz -C php-tdengine --strip-components=1
```

> Version number `v1.0.2` is only for example, it can be replaced to any newer version, please check available version from [TDengine PHP Connector Releases](https://github.com/Yurunsoft/php-tdengine/releases).
> Version number `v1.0.2` is only for example, it can be replaced to any newer version.
**Non-Swoole Environment: **

Expand Down
2 changes: 1 addition & 1 deletion docs/en/07-develop/02-model/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ At most 4096 columns are allowed in a STable. If there are more than 4096 of met

## Create Table

A specific table needs to be created for each data collection point. Similar to RDBMS, table name and schema are required to create a table. Additionally, one or more tags can be created for each table. To create a table, a STable needs to be used as template and the values need to be specified for the tags. For example, for the meters in [Table 1](/tdinternal/arch#model_table1), the table can be created using below SQL statement.
A specific table needs to be created for each data collection point. Similar to RDBMS, table name and schema are required to create a table. Additionally, one or more tags can be created for each table. To create a table, a STable needs to be used as template and the values need to be specified for the tags. For example, for the smart meters table, the table can be created using below SQL statement.

```sql
CREATE TABLE d1001 USING meters TAGS ("California.SanFrancisco", 2);
Expand Down
178 changes: 0 additions & 178 deletions docs/en/13-operation/01-pkg-install.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/en/14-reference/04-taosadapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ taosAdapter provides the following features.

### Install taosAdapter

If you use the TDengine server, you don't need additional steps to install taosAdapter. You can download taosAdapter from [TDengine 3.0 released versions](../../releases/tdengine) to download the TDengine server installation package. If you need to deploy taosAdapter separately on another server other than the TDengine server, you should install the full TDengine server package on that server to install taosAdapter. If you need to build taosAdapter from source code, you can refer to the [Building taosAdapter]( https://github.com/taosdata/taosadapter/blob/3.0/BUILD.md) documentation.
If you use the TDengine server, you don't need additional steps to install taosAdapter. If you need to deploy taosAdapter separately on another server other than the TDengine server, you should install the full TDengine server package on that server to install taosAdapter. If you need to build taosAdapter from source code, you can refer to the [Building taosAdapter]( https://github.com/taosdata/taosadapter/blob/3.0/BUILD.md) documentation.

### Start/Stop taosAdapter

Expand Down Expand Up @@ -180,7 +180,7 @@ See [example/config/taosadapter.toml](https://github.com/taosdata/taosadapter/bl
node_export is an exporter for machine metrics. Please visit [https://github.com/prometheus/node_exporter](https://github.com/prometheus/node_exporter) for more information.
- Support for Prometheus remote_read and remote_write
remote_read and remote_write are interfaces for Prometheus data read and write from/to other data storage solution. Please visit [https://prometheus.io/blog/2019/10/10/remote-read-meets-streaming/#remote-apis](https://prometheus.io/blog/2019/10/10/remote-read-meets-streaming/#remote-apis) for more information.
- Get table's VGroup ID. For more information about VGroup, please refer to [primary-logic-unit](/tdinternal/arch/#primary-logic-unit).
- Get table's VGroup ID.
## Interfaces
Expand Down

0 comments on commit bee1cbe

Please sign in to comment.