blob: 232bbf0bd4b26409e61a2d12acebfd6a18c2e9b3 [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
8.. note::
9 * This section is used to describe a software component from a high level
10 view of capability, common usage scenarios, and interactions with other
11 components required in the usage scenarios.
12
13 * The architecture section is typically: provided in a platform-component
14 and sdk collections; and referenced from developer and user guides.
15
16 * This note must be removed after content has been added.
17
Idan Amitd90aab62017-11-02 13:42:29 +020018SDC As Part of ONAP
19===================
20
21.. image:: images/SDC_In_ONAP.png
22
23
24High Level Architecture
25=======================
26
27The following diagram shows the high-level relationship between the system components:
28
29.. image:: images/High_Level_Architecture_SDC.png
30
31The SDC architecture uses the Jetty server as an application server.
32
Idan Amit1aa38a42017-11-02 16:53:49 +020033- The **Jetty front end**:
Idan Amitd90aab62017-11-02 13:42:29 +020034 - supplies the static content of web pages, and all resources that required by the GUI
35 - serves as a proxy for the REST API requests coming from the GUI
36
37 Every request originating from the GUI is passed to the Jetty front-end server before it is executed.
38
Idan Amit1aa38a42017-11-02 16:53:49 +020039- The **Jetty back end** containes all the logic for the SDC.
Idan Amitd90aab62017-11-02 13:42:29 +020040
41SDC uses two storage components: Elastic Search(ES) and Cassandra
42
Idan Amit1aa38a42017-11-02 16:53:49 +020043- **Elastic Search** is used to index the auditing data received from different operations in the SDC.
Idan Amitd90aab62017-11-02 13:42:29 +020044
Idan Amit1aa38a42017-11-02 16:53:49 +020045 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 +020046
Idan Amit1aa38a42017-11-02 16:53:49 +020047- **Cassandra** is used to store auditing data, artifacts and data model objects.
Idan Amitd90aab62017-11-02 13:42:29 +020048
Rich Bennett4b001932017-10-16 09:25:01 -040049
50Capabilities
Idan Amitd90aab62017-11-02 13:42:29 +020051============
Rich Bennett4b001932017-10-16 09:25:01 -040052
53
54Usage Scenarios
Idan Amitd90aab62017-11-02 13:42:29 +020055===============
Rich Bennett4b001932017-10-16 09:25:01 -040056
57
58Interactions
Idan Amitd90aab62017-11-02 13:42:29 +020059============