You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,28 @@
2
2
3
3
Repository based on work from @iclegrand in repository: https://github.com/iclegrand/AliDip2BK
4
4
5
-
Projects consumes selected messages from the CERN DIP system (LHC & ALICE -DCS) and publishes them into the O2 systems. A detailed description for this project is provided by Roberto in this document:
5
+
The BKP-LHC Client is a java based application which uses the CERN DIP `jar` dependency to consume events from desired tracks. These events are then either:
6
+
- published on O2 Kafka Topics to be consumed further by O2 applications (e.g. ECS)
7
+
- updates the O2 Bookkeeping application via their HTTP endpoints.
8
+
9
+
A detailed description for this project is provided by Roberto in this document:
6
10
https://codimd.web.cern.ch/G0TSXqA1R8iPqWw2w2wuew
7
11
12
+
### Published Events
13
+
Currently the BKP-LHC-Client publishes on Kafka (topic: "dip.lhc.beam_mode") events for the start and end of stable beams in the format of `Ev_BeamModeEvent`. The proto file's source of truth is within the [Control Repository](https://github.com/AliceO2Group/Control/blob/master/common/protos/events.proto)
14
+
8
15
### Requirements
9
16
- This program requires java 11 on a 64 bit system (this is a constrain from the DIP library)
10
17
- maven
18
+
-
19
+
### Configuration
20
+
The run configuration is defined in the `AliDip2BK.properties` file.
0 commit comments