👷Time series database (WIP)
Here, you can create one or multiple database connections to already existing Influx databases.
See Internal InfluxDB for a list of available functions after the connection has been established and a deeper explanation of what a time series database does.
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:
Parameter | Type | Description |
---|---|---|
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 all the 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