Data Synchronization

Once two nodes have successfully completed the node pairing process, you can begin sharing data between them.

Shared modules are automatically created by the Federation system and cannot be manually removed or updated.

Sharing data (Origin Node)

An origin node shares data by defining which modules and fields a specific paired destination node is allowed to access.

You can only share data with nodes that have been successfully paired.

To share a new module from the Origin Node:
  1. navigate to Corteza Low Code,

  2. enter the namespace administration area,

  3. navigate to the Modules sub-page,

  4. click the edit icon next to the module you want to share,

  5. click on Federation Settings,

  6. go to the Expose tab,

  7. select the destination node you want to share the module with,

  8. select the specific fields you want to expose to that node,

  9. save the changes.

To speed up configuration, you can duplicate settings from another node by selecting the desired node from the Copy settings from dropdown.

A screenshot showing the module sharing interface.
Figure 1. A screenshot showing the module sharing interface.

Consume shared data (Destination Node)

A destination node consumes shared data from its paired origin node. The destination node defines which modules it wants to access and how the remote values map to the local destination module.

You can only consume data from nodes that have been successfully paired.

To consume data on the Destination Node:
  1. navigate to Corteza Low Code,

  2. enter the namespace administration area,

  3. navigate to the Modules sub-page,

  4. click the edit icon next to the local module where you want to consume the data,

  5. click on Federation Settings,

  6. go to the Map tab,

  7. select the origin node you want to consume data from,

  8. map the shared remote fields to your local module fields,

  9. save the changes.

A screenshot showing the module mapping interface.
Figure 2. A screenshot showing the module mapping interface.