X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Farchitecture.rst;h=5d3b150231445eff244f8e69795fc5a001d94c1f;hb=00b288e068b418ab0ff00ff64ee204adbb4ba382;hp=158849e28a6635cf8758e1189dc43a619a55c0f5;hpb=110602f357284e46fb1e9efecd48e6fec92fc27a;p=sdc.git diff --git a/docs/architecture.rst b/docs/architecture.rst index 158849e28a..5d3b150231 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -1,38 +1,11 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 +.. _architecture: -============ -Architecture -============ +================ +SDC Architecture +================ -SDC As Part of ONAP -=================== - -.. image:: images/SDC_In_ONAP.png - - -High Level Architecture -======================= - -The following diagram shows the high-level relationship between the system components: - -.. image:: images/High_Level_Architecture_SDC.png - -The SDC architecture uses the Jetty server as an application server. - -- The **Jetty front end**: - - supplies the static content of web pages, and all resources that required by the GUI - - serves as a proxy for the REST API requests coming from the GUI - - Every request originating from the GUI is passed to the Jetty front-end server before it is executed. - -- The **Jetty back end** containes all the logic for the SDC. - -SDC uses two storage components: Elastic Search(ES) and Cassandra - -- **Elastic Search** is used to index the auditing data received from different operations in the SDC. - - This information can then be analyzed with Kibana. The **Kibana server** enables statistical analysis of the operations done, according to the business logic. - -- **Cassandra** is used to store auditing data, artifacts and data model objects. +Please refer to the Honolulu Architecture review page for SDC, to get a full picture of SDC and its relationships within ONAP +- `SDC Honolulu Architecture review `_ \ No newline at end of file