digraph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "maestro-engine" [fillcolor="deepskyblue2"]; "maestro-aws" [fillcolor="deepskyblue2"]; "config" [fillcolor="deepskyblue2"]; "maestro-flow" [fillcolor="deepskyblue2"]; "maestro-common" [fillcolor="deepskyblue2"]; "maestro-signal" [fillcolor="deepskyblue2"]; "maestro-database" [fillcolor="deepskyblue2"]; "maestro-timetrigger" [fillcolor="deepskyblue2"]; "maestro-server" [fillcolor="deepskyblue2"]; "netflix-sel" [fillcolor="deepskyblue2"]; "maestro-kubernetes" [fillcolor="deepskyblue2"]; "maestro-engine" -> "maestro-common" [label=" 92 ", penwidth="10", color="#00688bFF"]; "maestro-server" -> "maestro-common" [label=" 21 ", penwidth="2", color="#00688b70"]; "maestro-aws" -> "maestro-common" [label=" 20 ", penwidth="2", color="#00688b70"]; "maestro-server" -> "maestro-engine" [label=" 17 ", penwidth="1", color="#00688b5E"]; "maestro-signal" -> "maestro-common" [label=" 15 ", penwidth="1", color="#00688b5E"]; "maestro-engine" -> "maestro-flow" [label=" 13 ", penwidth="1", color="#00688b5E"]; "maestro-flow" -> "maestro-common" [label=" 10 ", penwidth="1", color="#00688b5E"]; "maestro-engine" -> "maestro-database" [label=" 8 ", penwidth="1", color="#00688b4C"]; "maestro-server" -> "maestro-flow" [label=" 7 ", penwidth="1", color="#00688b4C"]; "maestro-server" -> "maestro-aws" [label=" 7 ", penwidth="1", color="#00688b4C"]; "maestro-kubernetes" -> "maestro-engine" [label=" 7 ", penwidth="1", color="#00688b4C"]; "maestro-kubernetes" -> "maestro-common" [label=" 7 ", penwidth="1", color="#00688b4C"]; "maestro-aws" -> "maestro-signal" [label=" 5 ", penwidth="1", color="#00688b4C"]; "maestro-timetrigger" -> "maestro-common" [label=" 5 ", penwidth="1", color="#00688b4C"]; "maestro-signal" -> "maestro-engine" [label=" 4 ", penwidth="1", color="#00688b4C"]; "maestro-signal" -> "maestro-database" [label=" 4 ", penwidth="1", color="#00688b4C"]; "maestro-server" -> "maestro-signal" [label=" 4 ", penwidth="1", color="#00688b4C"]; "maestro-aws" -> "maestro-timetrigger" [label=" 3 ", penwidth="1", color="#00688b4C"]; "maestro-engine" -> "netflix-sel" [label=" 3 ", penwidth="1", color="#00688b4C"]; "maestro-timetrigger" -> "maestro-engine" [label=" 3 ", penwidth="1", color="#00688b4C"]; "maestro-flow" -> "maestro-database" [label=" 2 ", penwidth="1", color="#00688b4C"]; "maestro-server" -> "maestro-kubernetes" [label=" 2 ", penwidth="1", color="#00688b4C"]; "maestro-server" -> "maestro-timetrigger" [label=" 2 ", penwidth="1", color="#00688b4C"]; "maestro-database" -> "maestro-common" [label=" 1 ", penwidth="1", color="#00688b4C"]; "maestro-server" -> "maestro-database" [label=" 1 ", penwidth="1", color="#00688b4C"]; "maestro-kubernetes" -> "maestro-aws" [label=" 1 ", penwidth="1", color="#00688b4C"]; }