A Node-RED node to backup/restore the node-red-flow to/from Cloudant.
Mainly assumes the running at Node-RED on the IBM Bluemix.
Run the following command in the root directory of your Node-RED install
npm install node-red-flowbasket
- To create a Cloudant service
- To create a DB to back up the flow
- To create a following of Search Index
- SourceCloudant : To set up the connection information of CloudantDB the various settings of the Node-RED has been stored
- TargetCloudant : To set the connection information for CloudantDB to back up the Flow
- AppName : To set the Node-RED application name to back up the Flow
- TargetDB : To set the CloudantDB name to back up the Flow
- RestoreCloudant : To set up the connection information of CloudantDB the various settings of the Node-RED has been stored
- BackupCloudant : To set the connection information for CloudantDB to back up the Flow
- AppName : To set the Node-RED application name to back up the Flow
- BackupDB : To set the CloudantDB name to back up the Flow
Copyright (c) 2016 Kota Suizu
Released under the MIT license
http://opensource.org/licenses/mit-license.php