Minor fix for RANPM
[nonrtric/plt/ranpm.git] / influxlogger / README.md
1 # O-RAN-SC Non-RealTime RIC Influx Logger
2
3
4 This product receives PM data and stores it in an influx datbase. 
5
6 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).
7
8 The latest documentation can be found here:
9 https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-ranpm/en/latest/influxlogger/index.html
10
11
12 The comonent is part of the RAM PM use case, which is described here: 
13 https://docs.o-ran-sc.org/projects/o-ran-sc-nonrtric-plt-ranpm/en/latest/overview.html#overview
14
15 ## License
16
17 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
18
19 http://www.apache.org/licenses/LICENSE-2.0
20
21 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.
22 For more information about license please see the [LICENSE](LICENSE.txt) file for details.