Update 70-seeq.md
This commit is contained in:
parent
f30ec371cd
commit
fe41fd23b2
|
@ -51,7 +51,8 @@ sudo seeq restart
|
||||||
"UseSSL": false,
|
"UseSSL": false,
|
||||||
"JdbcProperties": null,
|
"JdbcProperties": null,
|
||||||
"GenericDatabaseConfig": {
|
"GenericDatabaseConfig": {
|
||||||
"DatabaseJdbcUrl": "jdbc:TAOS://localhost:6030/?user=root&password=taosdata",
|
"DatabaseJdbcUrl": "jdbc:TAOS-RS://localhost:6030/?user=root&password=taosdata",
|
||||||
|
"SqlDriverClassName": "com.taosdata.jdbc.rs.RestfulDriver",
|
||||||
"ResolutionInNanoseconds": 1000,
|
"ResolutionInNanoseconds": 1000,
|
||||||
"ZonedColumnTypes": []
|
"ZonedColumnTypes": []
|
||||||
}
|
}
|
||||||
|
@ -144,6 +145,7 @@ Please login with Seeq administrator and create a few data sources as following.
|
||||||
"JdbcProperties": null,
|
"JdbcProperties": null,
|
||||||
"GenericDatabaseConfig": {
|
"GenericDatabaseConfig": {
|
||||||
"DatabaseJdbcUrl": "jdbc:TAOS-RS://127.0.0.1:6041/power?user=root&password=taosdata",
|
"DatabaseJdbcUrl": "jdbc:TAOS-RS://127.0.0.1:6041/power?user=root&password=taosdata",
|
||||||
|
"SqlDriverClassName": "com.taosdata.jdbc.rs.RestfulDriver",
|
||||||
"ResolutionInNanoseconds": 1000,
|
"ResolutionInNanoseconds": 1000,
|
||||||
"ZonedColumnTypes": []
|
"ZonedColumnTypes": []
|
||||||
}
|
}
|
||||||
|
@ -203,6 +205,7 @@ Please login with Seeq administrator and create a few data sources as following.
|
||||||
"JdbcProperties": null,
|
"JdbcProperties": null,
|
||||||
"GenericDatabaseConfig": {
|
"GenericDatabaseConfig": {
|
||||||
"DatabaseJdbcUrl": "jdbc:TAOS-RS://127.0.0.1:6041/power?user=root&password=taosdata",
|
"DatabaseJdbcUrl": "jdbc:TAOS-RS://127.0.0.1:6041/power?user=root&password=taosdata",
|
||||||
|
"SqlDriverClassName": "com.taosdata.jdbc.rs.RestfulDriver",
|
||||||
"ResolutionInNanoseconds": 1000,
|
"ResolutionInNanoseconds": 1000,
|
||||||
"ZonedColumnTypes": []
|
"ZonedColumnTypes": []
|
||||||
}
|
}
|
||||||
|
@ -261,6 +264,7 @@ Please login with Seeq administrator and create a few data sources as following.
|
||||||
"JdbcProperties": null,
|
"JdbcProperties": null,
|
||||||
"GenericDatabaseConfig": {
|
"GenericDatabaseConfig": {
|
||||||
"DatabaseJdbcUrl": "jdbc:TAOS-RS://127.0.0.1:6041/power?user=root&password=taosdata",
|
"DatabaseJdbcUrl": "jdbc:TAOS-RS://127.0.0.1:6041/power?user=root&password=taosdata",
|
||||||
|
"SqlDriverClassName": "com.taosdata.jdbc.rs.RestfulDriver",
|
||||||
"ResolutionInNanoseconds": 1000,
|
"ResolutionInNanoseconds": 1000,
|
||||||
"ZonedColumnTypes": []
|
"ZonedColumnTypes": []
|
||||||
}
|
}
|
||||||
|
@ -350,13 +354,15 @@ Please note that when using TDengine Cloud, you need to specify the database nam
|
||||||
|
|
||||||
#### The data source of TDengine Cloud example
|
#### The data source of TDengine Cloud example
|
||||||
|
|
||||||
|
This data source contains the data from a smart meter in public database smartmeters.
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"QueryDefinitions": [
|
"QueryDefinitions": [
|
||||||
{
|
{
|
||||||
"Name": "CloudVoltage",
|
"Name": "CloudVoltage",
|
||||||
"Type": "SIGNAL",
|
"Type": "SIGNAL",
|
||||||
"Sql": "SELECT ts, voltage FROM test.meters",
|
"Sql": "SELECT ts, voltage FROM smartmeters.d1000",
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"TestMode": false,
|
"TestMode": false,
|
||||||
"TestQueriesDuringSync": true,
|
"TestQueriesDuringSync": true,
|
||||||
|
@ -399,7 +405,8 @@ Please note that when using TDengine Cloud, you need to specify the database nam
|
||||||
"UseSSL": false,
|
"UseSSL": false,
|
||||||
"JdbcProperties": null,
|
"JdbcProperties": null,
|
||||||
"GenericDatabaseConfig": {
|
"GenericDatabaseConfig": {
|
||||||
"DatabaseJdbcUrl": "jdbc:TAOS-RS://gw.cloud.taosdata.com?useSSL=true&token=41ac9d61d641b6b334e8b76f45f5a8XXXXXXXXXX",
|
"DatabaseJdbcUrl": "jdbc:TAOS-RS://gw.us-west-2.aws.cloud.tdengine.com?useSSL=true&token=42b874395452d36f38dd6bf4317757611b213683",
|
||||||
|
"SqlDriverClassName": "com.taosdata.jdbc.rs.RestfulDriver",
|
||||||
"ResolutionInNanoseconds": 1000,
|
"ResolutionInNanoseconds": 1000,
|
||||||
"ZonedColumnTypes": []
|
"ZonedColumnTypes": []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue