Difference between revisions of "Architecture for the export journal in dot"
From Dreamwidth Notes
(this file is in the DOT graph language.) |
(Actually make this a graph. Vilon, feel free to revert if you don't like.) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | <graphviz> | ||
digraph { | digraph { | ||
Line 35: | Line 36: | ||
} | } | ||
+ | </graphviz> |
Latest revision as of 17:48, 12 December 2009
<graphviz> digraph {
Human->"Exporter Interface"
subgraph clusterdata_flow {
"Journal Database"->Filter
Filter->Reformatter Reformatter->"LaTex Generator" "LaTex Generator"->LaTex LaTex->Outputter }
subgraph clustercontrol_flow { "Exporter Interface"->"Asynch Job" "Asynch Job"->Controller Controller->"Journal Database" Controller->Filter Controller->Reformatter Controller->"LaTex Generator" Controller->LaTex Controller->Outputter }
subgraph clusterancillary_utilities { Outputter->"DW Mail" Outputter->Email "Asynch Job"->"Export Q" "Export Q"->"Exporter Interface" "LaTex Generator"->"Picture Reformatter"
}
} </graphviz>