hivemq / hivemq-edge

HiveMQ Edge is an MQTT gateway that enables interoperability between OT devices and IT systems. It translates diverse protocols into MQTT for streamlined communication and helps organize data into a unified namespace, making managing and streaming data across your infrastructure easier.
http://hivemq.com
Apache License 2.0
92 stars 21 forks source link

feat(19966): Loading policies into the Data Hub Designer #305

Closed vanch3d closed 4 months ago

vanch3d commented 4 months ago

See https://hivemq.kanbanize.com/ctrl_board/57/cards/19966/details/

The PR implements the loading of policies, both Data and `Behavior, into the designer.

The process parses the policy payload, creates the ReactFlow nodes and edges for each of its elements (policy, topic filter, validator, etc ...) and replaces them on the Data Hub Designer canvas. The immediate effect of the operation is that any existing "draft" in the canvas will be discarded and replaced.

Out-of-scope