Skip to content
Snippets Groups Projects
Commit 8362c096 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-541: update archiver readme file

parent 6ab91d1a
No related branches found
No related tags found
1 merge request!258Resolve L2SS-541-remove-mysql-archiver
...@@ -4,9 +4,9 @@ The Archiver class in archiver.py defines the methods to manage the device attri ...@@ -4,9 +4,9 @@ The Archiver class in archiver.py defines the methods to manage the device attri
The main components (and the relative Docker containers) are: The main components (and the relative Docker containers) are:
- Configuration Manager (container: hdbpp-cm): Device server that assists in adding, modifying, moving, deleting an Attribute to/from the archiving system - Configuration Manager (container: hdbppts-cm): Device server that assists in adding, modifying, moving, deleting an Attribute to/from the archiving system
- Event Subscriber (container: hdbpp-es): The EventSubscriber TANGO device server, is the archiving system engine. On typical usage, it will subscribe to archive events on request by the ConfigurationManager device. The EventSubscriber is designed to start archiving all the already configured Attributes, even if the ConfigurationManager is not running. Moreover, being a TANGO device, the EventSubscriber configuration can be managed with Jive. - Event Subscriber (container: hdbppts-es): The EventSubscriber TANGO device server, is the archiving system engine. On typical usage, it will subscribe to archive events on request by the ConfigurationManager device. The EventSubscriber is designed to start archiving all the already configured Attributes, even if the ConfigurationManager is not running.
- Archiving DBMS (container: archiver-maria-db): Specific Database devoted to storing attribute values. - Archiving DBMS (container: archiver-timescale): Specific Database devoted to storing attribute values.
- (Optional) HDB++ Viewer (container: hdbpp-viewer): Standalone JAVA application designed to monitor signals coming from database - (Optional) HDB++ Viewer (container: hdbpp-viewer): Standalone JAVA application designed to monitor signals coming from database
## Archiver creation ## Archiver creation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment