Last modified by Iaroslav Platonov on 2026/06/08 10:08

From version 5.3
edited by Lana
on 2025/12/03 21:44
Change comment: There is no comment for this version
To version 5.4
edited by Lana
on 2025/12/03 21:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -32,4 +32,24 @@
32 32  
33 33  The CENTO web interface is implemented on the basis of the nginx web server, web application modules (based on PHP and executable services) and a web browser installed on the client site.
34 34  
35 -3.2. The
35 +== 3.2. The "core" of the system ==
36 +
37 +**Databases**
38 +
39 +**MongoDB** is a NoSQL database that stores system configuration, event logs, diagrams, and their parts and elements.
40 +
41 +**InfluxDB** is a NoSQL database that stores information collected by the system.
42 +
43 +**Message broker**
44 +
45 +**NATS** is a message broker that exchanges information between CENTO components.
46 +
47 +**Polling and data transmission services**
48 +
49 +Polling services collect data from information sources and transmit data to external systems. Polling services use a message broker to transmit the collected data to services that process the data and/or write it to databases.
50 +
51 +A few polling services contain additional binary files "**sed_metrology_xxxx.bin", **where XXX is the code of the polling service. Binary files "**sed_metrology_XXX.bin**" are a metrologically significant part of the polling modules and contain information about the mechanism for extracting data from device memory registers, which correspond to the configuration of the devices being polled, as well as recording the received values in the database.
52 +
53 +When metrologically significant files change, their checksum changes. Information about checksums is displayed on the "Services" tab of the "System Information" page. Checksums are calculated by **the sed_system** service using the MD5 algorithm. To display up-to-date information about checksums, click the "Update Information" button in the upper-right corner of the System Information page (System - Settings) - see Fig.3.1.
54 +
55 +