X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fdeveloper-guide.rst;h=93182d31cff5bf6e233a2cafe1987a177e3c49db;hb=1e714863191f051b1e156f64e61393a312f7a163;hp=5358fe3c3a9357531da8b7b681f00d124f3b83ce;hpb=c675b454a3434d690695a7336700f78a51579400;p=nonrtric.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 5358fe3c..93182d31 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -15,6 +15,17 @@ The Policy Management is implemented in ONAP. For documentation see `readthedocs .. _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 --------------