Update 70-seeq.md

This commit is contained in:
Jeff Tao 2023-10-07 15:37:20 -07:00 committed by GitHub
parent 3826878095
commit 31a1464e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ TDengine can be added as a data source into Seeq via JDBC connector. Once data s
```
sudo seeq config get Folders/Data
```
2. Download the latest TDengine Java connector from maven.org, and copy the JAR file into the_directory_found_in_step_1/plugins/lib/
2. Download the latest TDengine Java connector from maven.org (current is version is [3.2.5](https://repo1.maven.org/maven2/com/taosdata/jdbc/taos-jdbcdriver/3.2.5/taos-jdbcdriver-3.2.5-dist.jar)), and copy the JAR file into the_directory_found_in_step_1/plugins/lib/
3. Restart Seeq server
```
sudo seeq restart