Browse Source

Add dependency graph documents.

Stefano Cossu 4 years ago
parent
commit
0364ca4a2f
2 changed files with 49 additions and 0 deletions
  1. 49 0
      docs/dev/deps.dot
  2. BIN
      docs/dev/deps.pdf

+ 49 - 0
docs/dev/deps.dot

@@ -0,0 +1,49 @@
+digraph "source tree" {
+    overlap=scale;
+    size="8,10";
+    ratio="fill";
+    fontsize="16";
+    fontname="Helvetica";
+	clusterrank="local";
+	"term" -> "tpl"
+	"environment" -> "store_mdb"
+	"store_htable" -> "uthash"
+	"graph" -> "environment"
+	"store_mdb" -> "lmdb"
+	"core" -> "log"
+	"buffer" -> "xxhash"
+	"nt_parser" -> "nt_grammar"
+	"py_graph" -> "codec_nt"
+	"profile" -> "graph"
+	"py_term" -> "term"
+	"py_lsup_rdf" -> "py_namespace"
+	"namespace" -> "core"
+	"term" -> "buffer"
+	"store_mdb" -> "uthash"
+	"environment" -> "uthash"
+	"codec_nt" -> "codec_base"
+	"term" -> "namespace"
+	"graph" -> "store_htable"
+	"codec_base" -> "graph"
+	"store_mdb" -> "triple"
+	"py_triple" -> "py_term"
+	"buffer" -> "core"
+	"store_htable" -> "triple"
+	"py_graph" -> "graph"
+	"lsup_rdf" -> "graph"
+	"store_mdb" -> "namespace"
+	"py_triple" -> "triple"
+	"py_lsup_rdf" -> "py_graph"
+	"nt_parser" -> "graph"
+	"store_mdb" -> "store"
+	"triple" -> "term"
+	"graph" -> "store_mdb"
+	"namespace" -> "uthash"
+	"py_namespace" -> "namespace"
+	"nt_grammar" -> "graph"
+	"core" -> "lmdb"
+	"term" -> "uthash"
+	"codec_nt" -> "nt_parser"
+	"py_graph" -> "py_triple"
+	"store_htable" -> "namespace"
+}

BIN
docs/dev/deps.pdf