This package has been deprecated

Author message:

We recommend using the Join Node instead.

node-red-contrib-scatter-gather

0.1.5 • Public • Published

DEPRECATED

We recommend using the Join node instead.

node-red-contrib-scatter-gather

Executes Node-Red nodes in parallel following the scatter/gather pattern.

NodeRed NodeJS ESLint

Pre-requisites

Requires Node-Red version 0.16.2 or more recent.

Installation

$ npm i -S node-red-contrib-scatter-gather

Usage

Sends a request message to multiple nodes concurrently, and aggregates them into a single message.

screen shot 2017-05-18 at 6 57 52 pm

Development

1. Clone the project
$ git clone https://github.com/sciensa/node-red-contrib-scatter-gather.git
2. Go to the project directory
$ cd node-red-contrib-scatter-gather
3. Install the dependencies
$ npm install
4. Run the unit tests
$ npm run test:unit
5. Link the project
$ npm link
6. Run the node-red and enjoy the new node!

Contributing

  1. Follow the Semantic Versioning Specification.
  2. Follow the GitHub Flow.
  3. Follow the 5 Useful Tips For A Better Commit Message article and the How to Write a Git Commit Message post.
  4. Install and use Commitizen.
  5. Bug reports and pull requests are welcome on GitHub.
  6. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The node is available as open source under the terms of the MIT License.

Package Sidebar

Install

npm i node-red-contrib-scatter-gather

Weekly Downloads

0

Version

0.1.5

License

MIT

Last publish

Collaborators

  • lucasmachadof
  • roalcantara