This solution updates the internal database with data from multiple sites published via MQTT
- Multi thread subscription manager that gets data from MQTT
- A queue manages the insertion of data to the MySQL database
- Periodically, the topic list to subscribe to is updated from the database
The project is intended for deployment using the updateiDB.py file Dependencies can be installed via the requirements.txt file All configuration parameters can be modified in the configs.yaml file
- Check concurrency problems with queue
Client: LGL Owner: Consorzio Intellimech Developers: Rohan Vangal, Luca Fasanotti