Primary Nodes
Primary Nodes are the main workers in the Horizontal Cluster. They are responsible for communicating with remote devices, storing and processing device data, executing Digital Twins and machine learning models, managing event streams, and executing any other IoT application logic.
Key Functions of Primary Nodes
Communication with remote devices: Primary Nodes facilitate communication between the cluster and remote devices. They handle data collection from devices and send commands to control device behavior.
Storage and processing of device data: Primary Nodes store and process data collected from devices and data sources. This includes storing historical data, performing analytics on device data, and generating insights or triggering actions based on this information.
Operation of Digital Twins and machine learning models: Primary Nodes support the execution of Digital Twins - virtual representations of physical assets that enable monitoring, analysis, and control. They also provide capabilities for running machine learning models to extract valuable insights from device data.
Management of event streams: Primary Nodes handle event streams generated by various components within the cluster. They can process events in real-time or store them for later analysis.
Execution of IoT application logic: Primary Nodes execute custom IoT application logic developed by users. This can include implementing business rules, workflows, automation scripts, or any other functionality required to meet specific use cases.
Was this page helpful?