blob: 9f2dc35ab9f393ab8b5056324822a73946d89c93 [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
22There are two scripts in the collector folder. A ves-start.sh script
23which starts the VES collector and other parts. A ves-stop.sh script
24can be used to stop the collector.