moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 507 forks source link

nedb persistence support #502

Closed roccomuso closed 8 years ago

roccomuso commented 8 years ago

Any plan to support also nedb for persistence?

mcollina commented 8 years ago

No plan. In aedes you can write your own really easily https://github.com/mcollina/aedes.

See https://github.com/mcollina/aedes-persistence-redis or https://github.com/mcollina/aedes-persistence-level as a template. Open an issue there when you are done :D, I'll add link somewhere

ovhemert commented 7 years ago

Hi @roccomuso

I also needed nedb persistence and decided to write it myself. Please check https://github.com/ovhemert/aedes-persistence-nedb. Or get it from npm: npm install aedes-persistence-nedb

mcollina commented 7 years ago

@ovhemert would you mind sending a PR to the Aedes README to add your persistence?