Time series databases are specialized databases designed to handle large amounts of time-stamped data, making them ideal for applications that require high-speed data ingestion, complex querying, and efficient data storage. They are optimized for handling time-series data, which is data recorded over time. Time-series data is commonly found in industrial, financial, and scientific applications, and typically includes measurements of various parameters such as temperature, pressure, and volume.
The host refers to the name or IP address of the machine on which the database is located. When connecting to a database, you will need to specify the host address.
The port is a number that identifies a specific service running on the host machine. When connecting to a database, you will also need to specify the port number.
The database name is the name of the database you want to connect to. It is the container for all the tables, stored procedures, and other objects that make up the database.
A schema is a logical container that holds a set of database objects, such as tables, views, and procedures. It is used to organize the database objects into logical groups.
A username is a unique identifier that is used to authenticate a user when connecting to a database. This is an optional input, depending on the security settings of the database.
A password is a secret code that is used to authenticate a user when connecting to a database. This is also an optional input, depending on the security settings of the database.
The JDBC connection string is a string that contains all the information required to establish a connection to a database using JDBC. This is also an optional input, depending on the type of database being used.
Inputs are the data values that are provided to a query or a stored procedure to produce a result. Inputs can be parameters, variables, or constants that are used to filter, sort, or aggregate data.
Outputs are the result of a query or a stored procedure. Outputs can be a set of rows, a single value, or a result set that can be further processed. Outputs can also be stored in a table, a file, or a memory buffer for later use.
To establish a connection with the desired database, a connection needs to be created in the “Create Connection” section. Access to the specific database requires the provision of certain information and permissions by the user. The user must grant access to the database initially. Therefore, the required password and necessary certificates for access, including SSL usage, if applicable, must be prepared by the user. Once the necessary information has been provided, a connection can be established by filling in the relevant details on the "Create Connection" screen, which will allow access to the database.
In addition to establishing a connection, the user also needs to have write and edit permissions. After completing these steps, it is important to perform a ping and telnet check to verify access to the database. Please refer to the installation requirements document for more information.
InfluxDB is a time-series database management system used for storing, querying, and visualizing time-based data. Before attempting to establish a connection with InfluxDB, ensure that the server you are connecting from has the appropriate network access to reach the InfluxDB instance. This may require configuring your firewall or network settings, depending on your specific setup.
To establish a connection with InfluxDB, you need to provide specific parameters and their corresponding data types. By filling out these parameters accurately, you can establish a successful connection with InfluxDB and begin working with your time-series data.
Parameter | Description | Data Type |
---|---|---|
Host | Server Host | String |
Port | Server Port | Int |
UserName (Optional) | Username to connect to server | String |
Password (Optional) | Password to connect to server | String |
Token (Optional) | Credential Token | String |
Version | “v1.8” for InfluxDB version 1.8, “v2.x” for v2 and above | String |
Inputs | Connection Inputs | List |
Outputs | Connection Outputs | List |
Once the connection with the InfluxDB source has been established successfully, the "input" page is utilized to define the data or dataset. This involves specifying necessary details related to the data or dataset, such as its location, type, and structure. Ensuring that all relevant information is accurately entered is crucial for the successful transfer of data to an InfluxDB bucket.
InfluxDB provides a Query Builder feature enabling users to easily navigate databases and select measurements, fields, and tags for their queries. Users can drag and drop these elements into the query and then enter desired conditions and functions. The result of the query can be viewed in the "Result" section, where data can be displayed in a table format or visualized using various chart types.
To transfer data to an InfluxDB bucket, define an output. If the bucket is not already present or needs modification, use the "Create/Modify Bucket" option. Specify details such as the bucket name, retention policy, and data schema.
Parameter | Description | Data Type |
---|---|---|
MeasurementName | Name of measurement to put data to | String |
Bucket | Name of Bucket | String |
RetentionPolicy | Retention Policy for inserted data | String |
Organization (Optional) | Name of organization | String |
QuestDB is a relational database management system designed for speed and performance. To establish a connection with QuestDB, ensure that the server you are connecting from has the appropriate network access to reach the QuestDB database. This may require configuring your firewall or network settings, depending on your specific setup.
To establish a connection with QuestDB, you need to provide specific parameters and their corresponding data types. By filling out these parameters accurately, you can establish a successful connection with QuestDB and begin working with your data.
Parameter | Description | Data Type |
---|---|---|
Host | Server Host | String |
Port | Server Port | Int |
DatabaseName | Name of database | String |
Schema | Schema name | String |
UserName (Optional) | Username to connect to server | String |
Password (Optional) | Password to connect to server | String |
JDBCConnectionString (Optional) | A connection string to connect to server | String |
Inputs | Connection Inputs | List |
Outputs | Connection Outputs | List |
Once the connection with the QuestDB source has been established successfully, the "input" page is utilized to define the data or dataset. This involves specifying necessary details related to the data or dataset, such as its location, type, and structure. Ensuring that all relevant information is accurately entered is crucial for the successful transfer of data to a QuestDB table.
QuestDB provides a Query Editor feature enabling users to navigate their databases and select tables and columns for their queries. Users can type their queries in the editor section and view the results in the result window.
To transfer data to a QuestDB table, define an output. If the table is not already present or needs modification, use the "Create Table" option. Specify details such as the table name, data type and size of columns, and any constraints on the table.
Parameter | Description | Data Type |
---|---|---|
TableName | Name of the table | String |
CreateTable | Whether to create a new table if it does not exist | Bool |
TimescaleDB is an open-source time-series database optimized for fast ingest and complex queries. Built as an extension to PostgreSQL, TimescaleDB provides the familiarity of SQL while providing advanced time-series functionality. It is designed to handle high volumes of data and support complex queries with excellent performance.
To establish a connection with TimescaleDB, ensure that the server you are connecting from has the appropriate network access to reach the TimescaleDB instance. This may require configuring your firewall or network settings, depending on your specific setup.
Parameter | Description | Data Type |
---|---|---|
Host | Server Host | String |
Port | Server Port | Int |
DatabaseName | Name of database | String |
Schema | Schema name | String |
UserName | Username to connect to server | String |
Password | Password to connect to server | String |
JDBCConnectionString (Optional) | A connection string to connect to server | String |
Inputs | Connection Inputs | List |
Outputs | Connection Outputs | List |
Once the connection with the TimescaleDB source has been established successfully, the "input" page is utilized to define the data or dataset. This involves specifying necessary details related to the data or dataset, such as its location, type, and structure. Ensuring that all relevant information is accurately entered is crucial for the successful transfer of data to a TimescaleDB table.
TimescaleDB leverages the full power of PostgreSQL’s advanced indexing and query planning capabilities. It provides time-series optimized functions and features, such as continuous aggregates, time-series data retention policies, and real-time analytics.
To transfer data to a TimescaleDB table, define an output. If the table is not already present or needs modification, use the "Create Table" option. Specify details such as the table name, data type and size of columns, and any constraints on the table.
Parameter | Description | Data Type |
---|---|---|
TableName | Name of the table | String |
CreateTable | Whether to create a new table if it does not exist | Bool |