https://github.com/coderofsalvation/node-red-contrib-splitter
A Node-RED node to split arrays into seperate messages, making it easy to loop over
https://github.com/coderofsalvation/node-red-contrib-splitter
Last synced: about 1 year ago
JSON representation
A Node-RED node to split arrays into seperate messages, making it easy to loop over
- Host: GitHub
- URL: https://github.com/coderofsalvation/node-red-contrib-splitter
- Owner: coderofsalvation
- License: other
- Created: 2014-09-26T14:04:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T19:19:39.000Z (about 6 years ago)
- Last Synced: 2025-03-12T07:55:50.850Z (over 1 year ago)
- Language: HTML
- Size: 149 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
node-red-node-splitter
====================
This node iterates over an array.
# The idea
In enterprise integration patterns there are many names for this: a splitter, sequencer, iterator or chunkifier.

In the end 'splitter' is the best name imho.
More info [here](http://www.enterpriseintegrationpatterns.com/Sequencer.html)
# Why a node?
Well..look at this image, and then imagine using 10 loops in a similar way:

Got the point?
With visual progarmming the [Deutsch Limit](http://en.wikipedia.org/wiki/Deutsch_limit) seems to lure around every corner. Better to make a node for that.
# Installation
Run:
npm install node-red-contrib-splitter
# Author
Leon van Kammen, http://coderofsalvation.github.io / http://github.com/coderofsalvation
# License
BSD