X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=93182d31cff5bf6e233a2cafe1987a177e3c49db;hb=refs%2Fchanges%2F29%2F6129%2F2;hp=576cf2debfc3e4deffd8a4714669fce73ab6d008;hpb=e8cc7ee89c17cb18c0802bd3a6afe8031217b2ab;p=nonrtric.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 576cf2de..93182d31 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -7,14 +7,25 @@ Developer Guide This document provides a quickstart for developers of the Non-RT RIC. -Policy Agent ------------- +A1 Policy Management Service +---------------------------- The Policy Management is implemented in ONAP. For documentation see `readthedocs`_ and `wiki`_. .. _readthedocs: https://docs.onap.org/projects/onap-ccsdk-oran/en/latest/index.html .. _wiki: https://wiki.onap.org/pages/viewpage.action?pageId=84644984 +Enrichment Coordinator Service +------------------------------ +The Enrichment Coordinator Service is a Java 11 web application built using the Spring Framework. +Using Spring Boot dependencies, it runs as a standalone application. + +Its main functionality is to act as a data subscription broker and to decouple data +producer from data consumers. + +See the ./config/README file on how to create and setup the cerificates and private keys needed for HTTPS. + + rAPP Catalogue --------------