blob: c2e899929da08776850e4557cbf9b863b4b5d288 [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
3
Idan Amitd90aab62017-11-02 13:42:29 +02004============
Rich Bennett4b001932017-10-16 09:25:01 -04005Architecture
6============
7
Idan Amitd90aab62017-11-02 13:42:29 +02008SDC As Part of ONAP
9===================
10
11.. image:: images/SDC_In_ONAP.png
12
Idan Amitd90aab62017-11-02 13:42:29 +020013High Level Architecture
14=======================
15
16The following diagram shows the high-level relationship between the system components:
17
18.. image:: images/High_Level_Architecture_SDC.png
19
20The SDC architecture uses the Jetty server as an application server.
21
Idan Amit1aa38a42017-11-02 16:53:49 +020022- The **Jetty front end**:
kaihlavie9135d22019-05-17 14:54:25 +030023 - 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 +020024 - serves as a proxy for the REST API requests coming from the GUI
25
26 Every request originating from the GUI is passed to the Jetty front-end server before it is executed.
27
kaihlavie9135d22019-05-17 14:54:25 +030028- The **Jetty back end** contains all the logic for the SDC.
Idan Amitd90aab62017-11-02 13:42:29 +020029
30SDC uses two storage components: Elastic Search(ES) and Cassandra
31
Idan Amit1aa38a42017-11-02 16:53:49 +020032- **Elastic Search** is used to index the auditing data received from different operations in the SDC.
Idan Amitd90aab62017-11-02 13:42:29 +020033
Idan Amit1aa38a42017-11-02 16:53:49 +020034 This information can then be analyzed with Kibana. The **Kibana server** enables statistical analysis of the operations done, according to the business logic.
Idan Amitd90aab62017-11-02 13:42:29 +020035
Satyaki Mallick56309f42018-10-16 18:20:53 +053036- **Cassandra** is used to store audit data, artifacts and data model objects.
Idan Amitd90aab62017-11-02 13:42:29 +020037