mqttdb

1.4.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i mqttdb

Weekly Downloads

0

Version

1.4.2

License

MIT

Unpacked Size

58.5 kB

Total Files

13

Last publish

Collaborators

  • hobbyquaker