From 32136fa99a67027a8273b635749b40e93998de0c Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 17 Sep 2018 17:05:23 -0700 Subject: Rewrite README for new layout --- documentation/components.dot | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 documentation/components.dot (limited to 'documentation/components.dot') diff --git a/documentation/components.dot b/documentation/components.dot new file mode 100644 index 0000000..f00dff3 --- /dev/null +++ b/documentation/components.dot @@ -0,0 +1,21 @@ +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]; + +} -- cgit v1.2.3