Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tango Images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
Tango Images
Commits
35ce9441
Commit
35ce9441
authored
5 years ago
by
shraddhabajare
Browse files
Options
Downloads
Patches
Plain Diff
story_AT1-422: Resolved review comments.
parent
8b46bbae
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-8
16 additions, 8 deletions
README.md
with
16 additions
and
8 deletions
README.md
+
16
−
8
View file @
35ce9441
...
...
@@ -11,14 +11,22 @@ instructions.
[

](https://developer.skatelescope.org/projects/ska-docker/en/latest/?badge=latest)
Docker images such as tango-archiver, mariadb and hdb++ viewer are used for archiving various attributes and states of
tango devices. Containers like mariadb, databaseds, hdbpp-es, hdbpp-cm should be up and running. HDB++ is a historical
database used to store the archived attributes values. Here maria database with default schema of hdp++ is used to store
the archived values.
Hdbpp-es is event suscriber device is in charge of gathering the values from the Tango devices and storing them into the
database (mariadb). Hdbpp-cm is a configuration manager server. It configures the attributes to be archived and defines
which Event Subscriber is responsible for a set of Tango attributes to be archived.
Hdbpp-viewer shows the picturial representation of archived attributes, which are stored in maria database.
HDB++ is a archiver available in TANGO. It is configured to subscribe to TANGO attributes to be archived. MariaDB
provides the archival database. HDB++ default schema is used to store the archived data. It consists of the following
components:
The Hdbpp-es is a event suscriber device which subscribes to the Tango attributes. Multiple instances of the event
subscriber are deployed to support large number of attributes. These attributes could belong to multiple TANGO Devices.
The Hdbpp-cm provides the configuration manager. It allows to configure the attributes to be archived and defines which
Event Subscriber is responsible for a set of Tango attributes to be archived.
Hdbpp-viewer shows the graphical representation of the archived data, which is stored in the data archive.
The archiever solution comprises of the following Docker images:
Tango-archiver(hdbpp-es and hdbpp-cm), Mariadb and Hdb++ viewer
Containers like mariadb, databaseds, hdbpp-es and hdbpp-cm should be up and running in order to work HDB++ archiver solution.
# Important links
*
[
Link for Mariadb container
](
https://gitlab.com/ska-telescope/ska-docker/tree/story_AT1-422/docker/tango/mariadb_hdbpp
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment