Socket
Socket
Sign inDemoInstall

node-red-flowbasket

Package Overview
Dependencies
47
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-flowbasket

A Node-RED node to backup/restore the node-red-flow to/from Cloudant


Version published
Weekly downloads
8
Maintainers
1
Install size
3.71 MB
Created
Weekly downloads
 

Readme

Source

node-red-flowbasket

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.

How to Install

Run the following command in the root directory of your Node-RED install

npm install node-red-flowbasket

How to Use

Preparations are necessary as follows before using Node

  1. To create a Cloudant service
  2. To create a DB to back up the flow
  3. To create a following of Search Index SearchIndes

toBackup Node settings are as follows:

  • 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

toRestore Node settings are as follows:

  • 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

Keywords

FAQs

Last updated on 26 Aug 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc