aboutsummaryrefslogblamecommitdiff
path: root/documentation/components.dot
blob: f00dff3dda8ce6e485fd7449a6b5408921f15674 (plain) (tree)




















                                             
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];

}