Site Domain Center (sdc)
Description
A repository of domain entities.
Provides other roles with access to data to organize processes. Some data is subject to pre-calculation within the role.
Divided into microservices by domain. Data is automatically synchronized between sites serving the domain.
Reserved in Active-Passive mode. Scaled by domain tree partitioning.
Code |
|
Mode of operation |
|
Backup mode |
|
Types of sites |
|
Layer |
|
Placement |
|
Saving and restoring state on reboot |
|
appendix |
|
Own storage |
|
Limitations
-
Cannot be located on the master site, instead the role is used on the master site mdc.
-
Should be located at every work site.
-
Data synchronization between sites is done through the mdc role on the master site with a cumulative frequency of up to 1 minute.
Parameters
Configuration example
The configuration is managed in an application available to master domain administrators. The application hides the full content of the configuration, but it is nevertheless accessible via the API.
The configuration contains a section to describe all instances of all roles. Parameters are defined for each specific role instance.
{
"name": "sdc1",
"roletype": "sdc",
"iface": "eth0",
"group": 21020,
"order": 1
}