Time Series Database (WIP)
Here, you can create one or multiple database connections to already existing Influx databases.
See Internal InfluxDB for a deeper explanation of what a time series database does. This connector can only read data and use the query function on the database.
Connecting to a database
With the create
function, you can create an instance for each new database you want to connect to. To do so, insert a name in the first field and fill the following information in the second field:
url
String
The URL to the database.
token
String
The token for accessing the database.
org
String
The organisation for which the database queries shall happen.
After creating a connection to a database, you can use the read
and query
functions listed in Internal InfluxDB.
Deleting a database connection
Simply drag the delete
function onto the board and insert the name of the instance, whose connection you want to delete.
Last updated