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" ] "hugegraph-hbase" [fillcolor="deepskyblue2"]; "hugegraph-mysql" [fillcolor="deepskyblue2"]; "hugegraph-core" [fillcolor="deepskyblue2"]; "hugegraph-dist" [fillcolor="deepskyblue2"]; "hugegraph-test" [fillcolor="deepskyblue2"]; "hugegraph-postgresql" [fillcolor="deepskyblue2"]; "hugegraph-palo" [fillcolor="deepskyblue2"]; "hugegraph-api" [fillcolor="deepskyblue2"]; "hugegraph-example" [fillcolor="deepskyblue2"]; "hugegraph-cassandra" [fillcolor="deepskyblue2"]; "hugegraph-scylladb" [fillcolor="deepskyblue2"]; "ROOT" [fillcolor="deepskyblue2"]; "hugegraph-rocksdb" [fillcolor="deepskyblue2"]; "hugegraph-test" -> "hugegraph-core" [label=" 74 ", penwidth="10", color="#DC143CFF"]; "hugegraph-api" -> "hugegraph-core" [label=" 73 ", penwidth="9", color="#00688bED"]; "hugegraph-rocksdb" -> "hugegraph-core" [label=" 15 ", penwidth="2", color="#00688b70"]; "hugegraph-mysql" -> "hugegraph-core" [label=" 13 ", penwidth="1", color="#00688b5E"]; "hugegraph-test" -> "hugegraph-api" [label=" 13 ", penwidth="1", color="#DC143C5E"]; "hugegraph-example" -> "hugegraph-core" [label=" 12 ", penwidth="1", color="#00688b5E"]; "hugegraph-cassandra" -> "hugegraph-core" [label=" 12 ", penwidth="1", color="#00688b5E"]; "hugegraph-palo" -> "hugegraph-core" [label=" 10 ", penwidth="1", color="#00688b5E"]; "hugegraph-hbase" -> "hugegraph-core" [label=" 9 ", penwidth="1", color="#00688b5E"]; "hugegraph-rocksdb" -> "hugegraph-api" [label=" 9 ", penwidth="1", color="#00688b5E"]; "hugegraph-postgresql" -> "hugegraph-mysql" [label=" 7 ", penwidth="1", color="#00688b4C"]; "hugegraph-postgresql" -> "hugegraph-core" [label=" 7 ", penwidth="1", color="#00688b4C"]; "hugegraph-palo" -> "hugegraph-api" [label=" 7 ", penwidth="1", color="#00688b4C"]; "hugegraph-test" -> "hugegraph-rocksdb" [label=" 6 ", penwidth="1", color="#00688b4C"]; "hugegraph-palo" -> "hugegraph-mysql" [label=" 6 ", penwidth="1", color="#00688b4C"]; "hugegraph-cassandra" -> "hugegraph-api" [label=" 6 ", penwidth="1", color="#00688b4C"]; "hugegraph-hbase" -> "hugegraph-api" [label=" 5 ", penwidth="1", color="#00688b4C"]; "hugegraph-mysql" -> "hugegraph-api" [label=" 5 ", penwidth="1", color="#00688b4C"]; "hugegraph-postgresql" -> "hugegraph-api" [label=" 5 ", penwidth="1", color="#00688b4C"]; "hugegraph-scylladb" -> "hugegraph-cassandra" [label=" 4 ", penwidth="1", color="#00688b4C"]; "hugegraph-dist" -> "hugegraph-core" [label=" 3 ", penwidth="1", color="#00688b4C"]; "hugegraph-example" -> "hugegraph-test" [label=" 3 ", penwidth="1", color="#00688b4C"]; "hugegraph-scylladb" -> "hugegraph-core" [label=" 3 ", penwidth="1", color="#00688b4C"]; "hugegraph-api" -> "hugegraph-test" [label=" 2 ", penwidth="1", color="#DC143C4C"]; "hugegraph-core" -> "hugegraph-test" [label=" 2 ", penwidth="1", color="#DC143C4C"]; "hugegraph-dist" -> "hugegraph-api" [label=" 2 ", penwidth="1", color="#00688b4C"]; "hugegraph-test" -> "hugegraph-mysql" [label=" 2 ", penwidth="1", color="#00688b4C"]; "hugegraph-scylladb" -> "hugegraph-api" [label=" 2 ", penwidth="1", color="#00688b4C"]; "hugegraph-dist" -> "hugegraph-test" [label=" 1 ", penwidth="1", color="#00688b4C"]; "hugegraph-test" -> "hugegraph-cassandra" [label=" 1 ", penwidth="1", color="#DC143C4C"]; "hugegraph-cassandra" -> "hugegraph-test" [label=" 1 ", penwidth="1", color="#DC143C4C"]; }