CI: Add silent prescan SonarCloud job
[nonrtric/plt/ranpm.git] / pmproducer / README.md
1 # O-RAN-SC Non-RealTime RIC PM Producer
2
3 This product is a PM data information producer (as defined by the Information Coordinator Service (ICS)). Its main tasks is to distribute PM data to PM data consumers (using Kafka topics).
4
5 This service will receive File Ready Events or PM Data from the Kafka streaming platform and will filter the information and distribute it further to the data consumers (information job owners).
6
7 The component is a springboot service and is configured as any springboot service through the file `config/application.yaml`. The component log can be retrieved and logging can be controled by means of REST call. See the API documentation (api/api.yaml).
8
9 The file `config/application_configuration.json` contains the configuration of job types that the producer will support.
10
11
12
13 ```sh
14 {
15   "$schema": "http://json-schema.org/draft-04/schema#",
16   "type": "object",
17   "properties": {
18
19      TBD
20
21   },
22   "additionalProperties": false
23 }
24 ```
25
26 The latest documentation can be found here:
27 https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-ranpm/en/latest/pmproducer/index.html
28
29
30 The comonent is part of the RAM PM use case, which is described here:
31 https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-ranpm/en/latest/overview.html#overview
32
33
34 ## License
35
36 Copyright (C) 2023 Nordix Foundation. Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at
37
38 http://www.apache.org/licenses/LICENSE-2.0
39
40 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
41 For more information about license please see the [LICENSE](LICENSE.txt) file for details.