docs: update readme for tdgpt
Signed-off-by: WANG Xu <feici02@outlook.com>
This commit is contained in:
parent
5e64a3d53d
commit
03a6f37590
|
@ -70,6 +70,8 @@ TDengine is an open source, high-performance, cloud native [time-series database
|
||||||
|
|
||||||
For a full list of TDengine competitive advantages, please [check here](https://tdengine.com/tdengine/). The easiest way to experience TDengine is through [TDengine Cloud](https://cloud.tdengine.com).
|
For a full list of TDengine competitive advantages, please [check here](https://tdengine.com/tdengine/). The easiest way to experience TDengine is through [TDengine Cloud](https://cloud.tdengine.com).
|
||||||
|
|
||||||
|
For the latest TDengine component TDgpt, please refer to [TDgpt README](./tools/tdgpt/README.md) for details.
|
||||||
|
|
||||||
# 2. Documentation
|
# 2. Documentation
|
||||||
|
|
||||||
For user manual, system design and architecture, please refer to [TDengine Documentation](https://docs.tdengine.com) ([TDengine 文档](https://docs.taosdata.com))
|
For user manual, system design and architecture, please refer to [TDengine Documentation](https://docs.tdengine.com) ([TDengine 文档](https://docs.taosdata.com))
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
1. [Contributing](#12-contributing)
|
1. [Contributing](#12-contributing)
|
||||||
|
|
||||||
# 1. Introduction
|
# 1. Introduction
|
||||||
tdanalytics: an analytic platform for tdengine
|
|
||||||
|
TDgpt: an analytic platform for TDengine
|
||||||
|
|
||||||
# 2. Documentation
|
# 2. Documentation
|
||||||
|
|
||||||
|
@ -70,7 +71,7 @@ cd script && ./release.sh
|
||||||
After the packaging is completed, you will find the tarball in the `release` directory.
|
After the packaging is completed, you will find the tarball in the `release` directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ls -lht /root/tdanalytics/release
|
ls -lht release
|
||||||
|
|
||||||
-rw-rw-r-- 1 root root 74K Feb 21 17:04 TDengine-enterprise-anode-1.0.1.tar.gz
|
-rw-rw-r-- 1 root root 74K Feb 21 17:04 TDengine-enterprise-anode-1.0.1.tar.gz
|
||||||
```
|
```
|
||||||
|
@ -111,16 +112,16 @@ http = 127.0.0.1:6090
|
||||||
The command `rmtaosanode` will remove the installed taosanode from your system. Note that the python environment won't removed by this script, you need to remove it mannually.
|
The command `rmtaosanode` will remove the installed taosanode from your system. Note that the python environment won't removed by this script, you need to remove it mannually.
|
||||||
|
|
||||||
# 8. Testing
|
# 8. Testing
|
||||||
we use github Actions to run the test suit. Please refer to the file [.github/workflows/python-package.yml](https://github.com/taosdata/tdanalytics/.github/workflows/python-package.yml) for more details.
|
|
||||||
|
|
||||||
|
We use Github Actions to run the test suite. Please refer to the workflow definition yaml file in [.github/workflows](../../.github/workflows/) for details.
|
||||||
|
|
||||||
# 9 Releasing
|
# 9 Releasing
|
||||||
|
|
||||||
For the complete list of taosanode Releases, please see Releases.
|
For the complete list of taosanode Releases, please see Releases.
|
||||||
|
|
||||||
# 10 CI/CD
|
# 10 CI/CD
|
||||||
|
|
||||||
We use github Actions for CI/CD workflow configuration. Please refer to the file .github/workflows/python-package.yml for more details.
|
We use Github Actions for CI/CD workflow configuration. Please refer to the workflow definition yaml file in [.github/workflows](../../.github/workflows/) for details.
|
||||||
|
|
||||||
|
|
||||||
# 11 Coverage
|
# 11 Coverage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue