InfluxDB
InfluxDB is an open-source time series database (TSDB) developed by the company InfluxData. It is written in the Go programming language for storage and retrieval of time series data in applications such as operations monitoring, application metrics, Internet of Things sensor data, and real-time analytics
To create a connection to the InfluxDB Data Source: Right-click on the Data Sources group, then click “InfluxDB”, and then select “InfluxDB”.
To successfully retrieve data from an InfluxDB Historian data source, the following properties need to be configured.
|
Name to identify the data source. |
|
Location of the InfluxDB Historian. This can be a local server endpoint or a cloud-hosted endpoint address (URL). Must include the port InfluxDB is configured to run on. |
|
An organization that has been created in InfluxDB. An organization is a workspace for a group of users created in Influx. |
|
The named bucket created in your organization where time-series data will be stored. |
|
The username that has access to your Organization and Bucket. |
|
The password of the user that has access to your Organization and Bucket. |
|
Maximum concurrent connections to connect to the InfluxDB Historian to retrieve data. The default is 100. |