Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Join Node #11

Open
2 tasks
JonnySpruce opened this issue Mar 15, 2020 · 0 comments
Open
2 tasks

Add Join Node #11

JonnySpruce opened this issue Mar 15, 2020 · 0 comments
Labels
new node Adding a new StrIoT node type to the project

Comments

@JonnySpruce
Copy link
Owner

JonnySpruce commented Mar 15, 2020

Node description:

The Join Node combines data from two different streams, where the streams may be of different types.

Development required:

  • Similar to Add Merge Node #10, will need to update logic on finding connections between nodes.
  • However, there will have to be support for detecting multiple input types to the node (currently the code assumes only one input type)
  • Error checking: Node-RED also doesn't limit the number of input nodes, so may need to check there are not more than two input nodes.

Work checklist:

Link to relevant StrIoT documentation:

https://github.com/striot/striot/blob/master/docs/Operators.md#join

@JonnySpruce JonnySpruce added the new node Adding a new StrIoT node type to the project label Mar 15, 2020
@JonnySpruce JonnySpruce added this to the StrIoT Funcional Parity milestone Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new node Adding a new StrIoT node type to the project
Projects
None yet
Development

No branches or pull requests

1 participant