How-To Guides
Applications Guides
Set Up the Influx Client for InfluxQL Queries
4min
You can set up the Influx client to execute influxQL queries.
Make sure you do the following:
- Pull the Influxdb application image into Manufacturing Connect Edge. See Upload an Image for details.
You will need to deploy the Influx container in Manufacturing Connect Edge and specify the version you want to deploy.
To deploy the Influx container:
- In Manufacturing Connect Edge, navigate to Applications > Containers. The Containers pane appears.
Click Run. The Enter command to run field appears.
- Enter the following command. Replace [your influxdb version] with the correct InfluxDB version (for example, influxdb:2.0).
The named container appears in the Containers pane and displays a running state. The container runs locally.
To provide the database user your created access to the Influx database, refer to the following resources and review the appropriate InfluxDB version:
After completing step 2, you can enter and execute InfluxQL Queries.
Refer to InfluxData Documentation to learn more.