blob: 616610bfc08c1f65f67323e7cfdde53e89a733d5 [file] [log] [blame]
Rich Bennett4b001932017-10-16 09:25:01 -04001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
LF Jenkins CI9615f622020-04-08 20:24:12 +00003.. _architecture:
Rich Bennett4b001932017-10-16 09:25:01 -04004
Idan Amitd90aab62017-11-02 13:42:29 +02005============
Rich Bennett4b001932017-10-16 09:25:01 -04006Architecture
7============
8
Idan Amitd90aab62017-11-02 13:42:29 +02009SDC As Part of ONAP
10===================
11
12.. image:: images/SDC_In_ONAP.png
13
Idan Amitd90aab62017-11-02 13:42:29 +020014High Level Architecture
15=======================
16
17The following diagram shows the high-level relationship between the system components:
18
19.. image:: images/High_Level_Architecture_SDC.png
20
21The SDC architecture uses the Jetty server as an application server.
22
Idan Amit1aa38a42017-11-02 16:53:49 +020023- The **Jetty front end**:
kaihlavie9135d22019-05-17 14:54:25 +030024 - supplies the static content of the web pages and all the resources that are required by the GUI
Idan Amitd90aab62017-11-02 13:42:29 +020025 - 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
kaihlavie9135d22019-05-17 14:54:25 +030029- The **Jetty back end** contains all the logic for the SDC.
Idan Amitd90aab62017-11-02 13:42:29 +020030
Satyaki Mallick56309f42018-10-16 18:20:53 +053031- **Cassandra** is used to store audit data, artifacts and data model objects.
Idan Amitd90aab62017-11-02 13:42:29 +020032