Emmett Cox | 8dde0cc | 2018-09-17 10:25:09 +0100 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | Delivery |
| 5 | ============== |
| 6 | |
efiacor | 0fa0198 | 2019-04-08 14:52:08 +0000 | [diff] [blame] | 7 | Below is a diagram of the DMaaP Data Router project docker containers and the connections between them. |
Emmett Cox | 8dde0cc | 2018-09-17 10:25:09 +0100 | [diff] [blame] | 8 | |
| 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 | } |