aboutsummaryrefslogtreecommitdiff
path: root/documentation/components.dot
blob: f00dff3dda8ce6e485fd7449a6b5408921f15674 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
digraph core {

	rankdir = BT;

	"core-reporting";
	"core-storage" -> "core-reporting";
	"core-messaging" -> "core-reporting";
	"core-database" -> "core-reporting";
	"core-database" -> "core-types";
	"core-rest" -> "core-reporting";
	"core-rest" -> "core-types";
	"core-init" -> "core-storage";
	"core-init" -> "core-messaging";
	"core-init" -> "core-database";
	"core-init" -> "core-rest";
	"core-init" -> "core-reporting";

	core [color=red];
	core -> "core-init" [color=red];

}