blob: e6f327380679d049ed7cbd2b5f553a4ef49a7f8a [file] [log] [blame]
santanudee1169f52021-05-13 20:11:38 +05301This repository supports the VES collector interface in O-RAN. It
2makes use of three containers, the ves-collector container that
3collects VES events posted by other parts of the O-RAN solution,
4grafana, which is used to display measurement (PM) data posted
5by other entities and influxdb which is used to persist the data
6received by the collector.
7
8PREREQUISITES:
9
10The prerequisite to use this solution is that you need Docker
11running on the machine, where you want to run these containers.
12
13BUILD:
14
15To build the solution, you need to do the following in the collector
16folder.
17
18% make
19
20RUN:
21
santanudef22d9b52021-07-27 15:43:30 +053022There are two scripts in this folder. A ves-start.sh script
santanudee1169f52021-05-13 20:11:38 +053023which starts the VES collector and other parts. A ves-stop.sh script
santanudef22d9b52021-07-27 15:43:30 +053024can be used to stop the collector.