aboutsummaryrefslogtreecommitdiffstats
path: root/docs/delivery.rst
blob: ccfab3f02568469613c7ffa988b7105e8e5cb451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0

Delivery
==============

Below is a diagram of the DMaaP Data Router project docker containers and the connections between them.

.. blockdiag::


   blockdiag layers {
   orientation = portrait
   MARIADB -> DR-PROV;
   DR-PROV -> DR-NODE;
   group l1 {
	color = blue;
	label = "dr-prov Container";
	DR-PROV;
	}
   group l2 {
	color = yellow;
	label = "dr-node Container";
	DR-NODE;
	}
   group l3 {
	color = orange;
	label = "MariaDb Container";
	MARIADB;
	}

   }