blob: 93182d31cff5bf6e233a2cafe1987a177e3c49db [file] [log] [blame]
maximesson94978f42019-11-13 11:53:26 +01001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. SPDX-License-Identifier: CC-BY-4.0
elinuxhenrik0a4c38b2020-04-14 10:59:36 +02003.. Copyright (C) 2020 Nordix
Lathish1279d192019-10-10 13:30:07 +01004
elinuxhenrikc7a0d732020-02-04 14:49:59 +01005Developer Guide
6===============
Lathish1279d192019-10-10 13:30:07 +01007
elinuxhenrikc7a0d732020-02-04 14:49:59 +01008This document provides a quickstart for developers of the Non-RT RIC.
9
elinuxhenrikff5f78e2020-12-08 12:59:19 +010010A1 Policy Management Service
11----------------------------
maximessoneaaee912020-03-26 16:43:27 +010012
elinuxhenrik6208ce82020-11-18 15:15:07 +010013The Policy Management is implemented in ONAP. For documentation see `readthedocs`_ and `wiki`_.
elinuxhenrik71061052020-02-03 11:11:37 +010014
elinuxhenrik6208ce82020-11-18 15:15:07 +010015.. _readthedocs: https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/index.html
16.. _wiki: https://wiki.onap.org/pages/viewpage.action?pageId=84644984
elinuxhenrik71061052020-02-03 11:11:37 +010017
PatrikBuhr1e714862021-05-20 12:02:38 +020018Enrichment Coordinator Service
19------------------------------
20The Enrichment Coordinator Service is a Java 11 web application built using the Spring Framework.
21Using Spring Boot dependencies, it runs as a standalone application.
22
23Its main functionality is to act as a data subscription broker and to decouple data
24producer from data consumers.
25
26See the ./config/README file on how to create and setup the cerificates and private keys needed for HTTPS.
27
28
elinuxhenrik6208ce82020-11-18 15:15:07 +010029rAPP Catalogue
30--------------
elinuxhenrikc7a0d732020-02-04 14:49:59 +010031
elinuxhenrik6208ce82020-11-18 15:15:07 +010032See the README.md file in the r-app-catalogue folder for how to run the component.
RehanRazac0794522020-07-23 18:35:50 +020033
maximessone6b4d272019-10-31 13:26:13 +010034End-to-end call
elinuxhenrik6208ce82020-11-18 15:15:07 +010035---------------
maximessone6b4d272019-10-31 13:26:13 +010036
37In order to make a complete end-to-end call, follow the instructions given in this `guide`_.
38
maximessoneaaee912020-03-26 16:43:27 +010039.. _guide: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=12157166