mqttdb
v1.4.2
Published
JSON Store with MQTT Interface
Downloads
20
Readme
This is a NoSQL Database, to be precise: a JSON document store with MQTT interface, CouchDB/MapReduce inspired views, implemented in Node.js. 🤠
It's intended to be used as a database for storing metadata in systems that use MQTT as message bus, I'm using it in conjunction with mqtt-smarthome, but I think it could be useful in other MQTT based environments also.
You can create and modify documents by publishing JSON payloads to MQTT and receive document changes by simply subscribing to certain topics. You can create views by defining map and reduce functions and filter document ids with MQTT style wildcards.
Note that this project is not associated with or endorsed by http://mqtt.org
Documentation
- Introduction
- Install
- Command Line Parameters
- WebUI
- Documents
- Views
- View Examples
- Topic Reference
- Sandbox Reference
- Performance
Contributing
Any form of feedback is highly appreciated, may it be questions, suggestions, feature requests, bug reports, critics, salutes or rants! 😉 Feel free to create an Issue!
Pull Requests Welcome!
License
MIT (c) 2017 Sebastian Raff