Python scripts to collect information through AWS IoT
The main functionality:
The script receives data from IoT devices through the MQTT protocol through the AWS IoT Core service.
The obtained data is stored in the InfluxDB database for follow-up processing and visualization.
The realization:
The script creates a mqtt client for the AWS service using the AWS IoT Core API.
The received data is broken and recorded in the InfluxDB database through the Influxdb API.
There are two Docker containers – Python application and InfluxDB database. A network for data exchange between containers.
Hot apps for Amazon services - AWS.
The script receives data from IoT devices through the MQTT protocol through the AWS IoT Core service.
The obtained data is stored in the InfluxDB database for follow-up processing and visualization.
The realization:
The script creates a mqtt client for the AWS service using the AWS IoT Core API.
The received data is broken and recorded in the InfluxDB database through the Influxdb API.
There are two Docker containers – Python application and InfluxDB database. A network for data exchange between containers.
Hot apps for Amazon services - AWS.