node-red-contrib-msg-aggregator
v0.0.4
Published
Node Red Node to aggregate messages from multiple nodes according to the EIP Aggregator pattern
Downloads
17
Maintainers
Readme
node-red-contrib-msg-aggregator
Node-Red Node to aggregate 2 or more messages onto either one master message or else an aggregated message containing an array of matching input messages
{
"payload":{
"param1": "value1",
"param2": 99
},
_msgid: 999999
}
{
"payload":{
"userid": "9871",
"userval": 77
},
_msgid: 999999
}
example output:
{
"payload":{
"param1": "value1",
"param2": 99,
"addedData":{
"userid": "9871",
"userval": 77
},
},
_msgid: 999999
}
Author
Kieran Dolan (@kierandol)
Copyright and license
Copyright 2014, 2016 IBM Corp. under the Apache 2.0 license.