Node-RED (EN)

Tool

Visual development environment for programming data pipelines

Node-RED

Node-RED is a visual development environment that allows you to create data pipelines by connecting predefined nodes. You can use Node-RED to filter, transform, and send OPC UA data to the cloud without programming. The platform offers a wide range of predefined nodes for integrating various systems and services. Through the visual representation of data flows, you get a clear overview of the entire pipeline and can easily implement complex workflows.

Data flow in Node-RED

flowchart LR     A[Input node] --> B[Processing node]     B --> C[Filter node]     C --> D[Transformation node]     D --> E[Output node]     D --> F[Cloud send node] 
Quelle: AI Generated