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.
Please follow this link to generate token for accessing InfluxDB API.
If you installed MindsDB locally via pip, you need to install all handler dependencies manually. To do so, go to the handler’s folder (mindsdb/integrations/handlers/influxdb_handler) and run this command:
pip install -r requirements.txt.