Mahesh Jethanandani | b5baae4 | 2021-12-08 21:04:46 -0800 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. SPDX-License-Identifier: CC-BY-4.0 |
| 3 | |
santanude | 22e077a | 2021-12-14 13:52:44 +0530 | [diff] [blame] | 4 | smo/ves Overview |
| 5 | ================ |
Mahesh Jethanandani | b5baae4 | 2021-12-08 21:04:46 -0800 | [diff] [blame] | 6 | |
Mahesh Jethanandani | 34d0846 | 2021-12-15 09:48:01 -0800 | [diff] [blame] | 7 | This project supports the O1/VES interface in SMO. It consists of several components |
santanude | 22e077a | 2021-12-14 13:52:44 +0530 | [diff] [blame] | 8 | |
Mahesh Jethanandani | 34d0846 | 2021-12-15 09:48:01 -0800 | [diff] [blame] | 9 | - A VES collector that is a collector of events posted by different Network Functions (NF) of the RAN |
| 10 | - Kafka Bus which acts as the message bus in SMO |
| 11 | - A connector to connect the Kafka Bus to a Grafana dashboard |
| 12 | - A connector to connect the Kafka Bus to InfluxdB to persist all the data posted on the Kafka Bus |
| 13 | - A connector that provides an adapter for applications that want to read the Kafka events as DMaaP events. |