Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.01 KB

LGL Database Updater

This solution updates the internal database with data from multiple sites published via MQTT

Features

  • 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

Deployment

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

TODO

  • Check concurrency problems with queue

Credits

Client: LGL Owner: Consorzio Intellimech Developers: Rohan Vangal, Luca Fasanotti