n8n vs node-red Daniel Payne 3 min read · 1 day ago 1 day ago -- Listen Share
Which to use
Photo by Stackie Jia on Unsplash
TLDR
Try both, but my personal opinion is:
n8n if you are using public cloud services for your data. But you will need to use something else if you want to visualize your information, e.g. ObservableHQ.
node-red if you are using private sources, especially file based data or sensor data. But you will need to use something else for AI intensive workloads, e.g. FlowiseAI.
Reasoning
There are only basically two purposes when creating commercial computer systems;
Improve decision making; by turning data into information.
... continue reading