InfluxDB Connection

Integrate InfluxDB in your IoT Solution with Thingsup. Connect InfluxDB Databases and run queries to insert/get data via MQTT or HTTP APIs.

This provides a connection to User's InfluxDB Database. User need to provide following parameters to establish a connection to their InfluxDB database.

  • Host - Public DNS/IP of InfluxDB Database

  • Port - InfluxDB Port Number

  • Database - InfluxDB Database Name

  • Username - InfluxDB User

  • Password - InfluxDB Password

Please note the following points:

  • InfluxDB Versions 1.X are supported.

  • localhost database is not supported. You can connect your local InfluxDB server with tunnelling service like ngrok

Last updated