aboutsummaryrefslogtreecommitdiffstats
path: root/docs/delivery/delivery.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/delivery/delivery.rst')
-rw-r--r--docs/delivery/delivery.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/delivery/delivery.rst b/docs/delivery/delivery.rst
index 7ef857a..ebd9874 100644
--- a/docs/delivery/delivery.rst
+++ b/docs/delivery/delivery.rst
@@ -6,4 +6,29 @@
Delivery
========
+NBI Dockers Containers Structure
+================================
+
+Below is a diagram of the ExternalAPI/NBI project docker containers and the connections between them.
+
+.. blockdiag::
+
+
+ blockdiag delivery {
+ node_width = 170;
+ orientation = portrait;
+ MongoDB[shape = flowchart.database]
+ MariaDB[shape = flowchart.database]
+ NBI -> MongoDB, MariaDB;
+ group bi_group {
+ color = yellow;
+ label = "Business Layer"
+ NBI;
+ }
+ group data_storage_group {
+ color = orange;
+ label = "Data Storage Layer"
+ MongoDB; MariaDB;
+ }
+ }