Documenation updates 00/6100/1
authorPatrikBuhr <patrik.buhr@est.tech>
Thu, 20 May 2021 10:02:38 +0000 (12:02 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Thu, 20 May 2021 10:04:23 +0000 (12:04 +0200)
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-524
Change-Id: Id62b255594ee335a1cbd07facccf9686f0d187e3

docs/developer-guide.rst

index 5358fe3..93182d3 100644 (file)
@@ -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
 --------------