summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-11-02 16:24:57 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-02 16:24:57 +0000
commitbb02b6880fcad3eac3603e489e2e7c46624213bf (patch)
treec1c5d418aec85c68840b7f5a03aae24887f70575 /docs
parentd15f5ef9433b0120bbe63e1d390863d2060ce752 (diff)
parent1aa38a48760da5da8a17d909bd4b70ecdd7aa3ca (diff)
Merge "Architecture section in Read the Docs"
Diffstat (limited to 'docs')
-rw-r--r--docs/architecture.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 4e20a3e1d0..232bbf0bd4 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -30,21 +30,21 @@ The following diagram shows the high-level relationship between the system compo
The SDC architecture uses the Jetty server as an application server.
-- The *Jetty front end*:
+- The **Jetty front end**:
- supplies the static content of web pages, and all resources that required by the GUI
- serves as a proxy for the REST API requests coming from the GUI
Every request originating from the GUI is passed to the Jetty front-end server before it is executed.
-- The *Jetty back end* containes all the logic for the SDC.
+- The **Jetty back end** containes all the logic for the SDC.
SDC uses two storage components: Elastic Search(ES) and Cassandra
-- *Elastic Search* is used to index the auditing data received from different operations in the SDC.
+- **Elastic Search** is used to index the auditing data received from different operations in the SDC.
- This information can then be analyzed with Kibana. The *Kibana server* enables statistical analysis of the operations done, according to the business logic.
+ This information can then be analyzed with Kibana. The **Kibana server** enables statistical analysis of the operations done, according to the business logic.
-- *Cassandra* is used to store auditing data, artifacts and data model objects.
+- **Cassandra** is used to store auditing data, artifacts and data model objects.
Capabilities