@steedos/node-red-contrib-mongodb-storage
v2.0.2
Published
A Node-RED storage plugin that store flows as MongoDB for readability.
Downloads
232
Readme
@steedos/node-red-contrib-mongodb-storage
A Node-RED storage plugin that store flows as MongoDB for readability.
Installation
If installed locally:
npm install @steedos/node-red-contrib-mongodb-storage
If installed globally:
sudo npm install -g @steedos/node-red-contrib-mongodb-storage
You will also need to modify your settings.js
file and add the following:
storageModule: require('@steedos/node-red-contrib-mongodb-storage')
You will also need to modify your .env
file and add the following:
MONGO_URL: http://xxx.xxx.xxx.xxx/dbname