A data pipeline for ingesting MQTT topic events and transforming them into records in a
sqlite3 database.
- Add metrics to the processing queue and the database
- Write some basic tests for:
- Database.py
- process.py
- broker.py
$ git clone [email protected]:DanielThurau/amleth.git
$ cd amleth
$ source <VENV_ENV>
$ rm data/application.db
$ cd scripts
$ python3 init_db.py
$ cd ../amleth/amleth
$ python3 main.py
$ git clone [email protected]:DanielThurau/amleth.git
$ cd amleth
$ ./scripts/deploy.sh