2.0.2 • Published 3 years ago

@steedos/node-red-contrib-mongodb-storage v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@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