diff options
Diffstat (limited to 'docs/delivery/delivery.rst')
-rw-r--r-- | docs/delivery/delivery.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/delivery/delivery.rst b/docs/delivery/delivery.rst index 7ef857a..0bbc8c5 100644 --- a/docs/delivery/delivery.rst +++ b/docs/delivery/delivery.rst @@ -6,4 +6,30 @@ 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; + } + } |