blob: ccfab3f02568469613c7ffa988b7105e8e5cb451 [file] [log] [blame]
Emmett Cox8dde0cc2018-09-17 10:25:09 +01001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Delivery
5==============
6
efiacor0fa01982019-04-08 14:52:08 +00007Below is a diagram of the DMaaP Data Router project docker containers and the connections between them.
Emmett Cox8dde0cc2018-09-17 10:25:09 +01008
9.. blockdiag::
10
11
12 blockdiag layers {
13 orientation = portrait
14 MARIADB -> DR-PROV;
15 DR-PROV -> DR-NODE;
16 group l1 {
17 color = blue;
18 label = "dr-prov Container";
19 DR-PROV;
20 }
21 group l2 {
22 color = yellow;
23 label = "dr-node Container";
24 DR-NODE;
25 }
26 group l3 {
27 color = orange;
28 label = "MariaDb Container";
29 MARIADB;
30 }
31
32 }