An open API service indexing awesome lists of open source software.

https://github.com/robertmuth/mqtt2db

A simple DB persister for mqtt messages
https://github.com/robertmuth/mqtt2db

collectd mqtt python3 sqlite3

Last synced: 28 days ago
JSON representation

A simple DB persister for mqtt messages

Awesome Lists containing this project

README

          

## MQTT2DB - A simple DB persister for mqtt messages

* listens to select mqtt messages from the specified broker and stores them
into a DB (currently sqlite)
* indended for situations where messages contain time series data
* expects topics to be structured like so `source/host/metric-part1/metric-part2/...`
* works well with collectd's mqtt plugin
* avoids storing most data that has not changed
* provides a simple web interface to for debugging and analysis
* licensed under GPL 3.0