1.4.2 • Published 6 years ago

mqttdb v1.4.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

This is a NoSQL Database, to be precise: a JSON document store with MQTT interface, CouchDB/MapReduce inspired views, implemented in Node.js. 🤠

NPM version Dependencies Status Build Status Coverage Status XO code style License

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

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