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
- Host: GitHub
- URL: https://github.com/robertmuth/mqtt2db
- Owner: robertmuth
- License: gpl-3.0
- Created: 2021-03-29T03:13:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T15:46:36.000Z (about 5 years ago)
- Last Synced: 2025-01-24T04:51:40.983Z (over 1 year ago)
- Topics: collectd, mqtt, python3, sqlite3
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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