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" ] "statefun-shaded" [fillcolor="deepskyblue2"]; "statefun-kinesis-io" [fillcolor="deepskyblue2"]; "statefun-kafka-io" [fillcolor="deepskyblue2"]; "statefun-sdk-go" [fillcolor="deepskyblue2"]; "tools" [fillcolor="deepskyblue2"]; "statefun-testutil" [fillcolor="deepskyblue2"]; "statefun-sdk-java" [fillcolor="deepskyblue2"]; "statefun-sdk-python" [fillcolor="deepskyblue2"]; "statefun-sdk-protos" [fillcolor="deepskyblue2"]; "statefun-sdk-js" [fillcolor="deepskyblue2"]; "statefun-sdk-embedded" [fillcolor="deepskyblue2"]; "statefun-flink" [fillcolor="deepskyblue2"]; "statefun-flink" -> "statefun-sdk-embedded" [label=" 123 ", penwidth="10", color="#00688bFF"]; "statefun-sdk-java" -> "statefun-shaded" [label=" 14 ", penwidth="1", color="#00688b5E"]; "statefun-flink" -> "statefun-kinesis-io" [label=" 9 ", penwidth="1", color="#00688b4C"]; "statefun-testutil" -> "statefun-sdk-embedded" [label=" 6 ", penwidth="1", color="#00688b4C"]; "statefun-kinesis-io" -> "statefun-sdk-embedded" [label=" 5 ", penwidth="1", color="#00688b4C"]; "statefun-kafka-io" -> "statefun-sdk-embedded" [label=" 5 ", penwidth="1", color="#00688b4C"]; }