This is the implementation of the InfluxDB data handler for MindsDB. InfluxDB is a time series database that can be used to collect data and monitor the system and devices, especially Edge devices.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect InfluxDB to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to InfluxDB.
Implementation
The required arguments to establish a connection are as follows:influxdb_urlis the hosted URL of InfluxDB Cloud.influxdb_tokenis the authentication token for the hosted InfluxDB Cloud instance.influxdb_db_nameis the database name of the InfluxDB Cloud instance.influxdb_table_nameis the table name of the InfluxDB Cloud instance.