Time series database (WIP)
Last updated
Last updated
Here, you can create one or multiple database connections to already existing Influx databases.
See for a list of available functions after the connection has been established and a deeper explanation of what a time series database does.
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 all the functions listed in .
Simply drag the delete
function onto the board and insert the name of the instance, whose connection you want to delete.