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 before you begin make sure you do the following add a database user see add database users docid\ x3sljj 1vdpen17yxu4zy for details pull the influxdb application image into manufacturing connect edge see upload an image docid\ aqqdo z96oonosokfoz j for details launch a container using the docker run command see manage containers docid\ rntpaowhjbldxlaoq08fs for details step 1 deploy influx container 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) docker run d name influxdb influxdb \[your influxdb version] the named container appears in the containers pane and displays a running state the container runs locally step 2 provide database user access to influx database to provide the database user your created access to the influx database, refer to the following resources and review the appropriate influxdb version influx influxdb command line interface (2 0) influx influxdb command line interface (2 7) influxdb official image | docker hub step 3 enter and execute influxql queries after completing step 2, you can enter and execute influxql queries refer to influxdata documentation to learn more