Fix release note and doc
[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 .. _architecture:
4
5 ================
6 SDC Architecture
7 ================
8
9 SDC As Part of ONAP
10 ===================
11
12 .. image:: images/SDC_In_ONAP.png
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 the web pages and all the resources that are 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** contains all the logic for the SDC.
30
31 - **Cassandra** is used to store audit data, artifacts and data model objects.
32