General arrangement for Read the Docs
[sdc.git] / docs / architecture.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 ============
5 Architecture
6 ============
7
8 SDC As Part of ONAP
9 ===================
10
11 .. image:: images/SDC_In_ONAP.png
12
13
14 High Level Architecture
15 =======================
16
17 The following diagram shows the high-level relationship between the system components:
18
19 .. image:: images/High_Level_Architecture_SDC.png
20
21 The SDC architecture uses the Jetty server as an application server.
22
23 - The **Jetty front end**:
24    - supplies the static content of web pages, and all resources that required by the GUI
25    - serves as a proxy for the REST API requests coming from the GUI
26    
27   Every request originating from the GUI is passed to the Jetty front-end server before it is executed.
28
29 - The **Jetty back end** containes all the logic for the SDC.
30
31 SDC uses two storage components: Elastic Search(ES) and Cassandra
32
33 - **Elastic Search** is used to index the auditing data received from different operations in the SDC.
34
35   This information can then be analyzed with Kibana. The **Kibana server** enables statistical analysis of the operations done, according to the business logic.
36   
37 - **Cassandra** is used to store auditing data, artifacts and data model objects.
38