= RDS/WIP Architecture = Diagrams for the general RDS/WIP architecture, including staging over time. Note: work in progress - please ignore for now. == Current System == {{{ #!graphviz digraph G { /* systems */ Tarcus [shape = ellipse]; Buffer [shape = ellipse]; Facade [shape = ellipse]; Linus [shape = ellipse]; Baltus [shape = ellipse]; Brutus [shape = ellipse]; Minus [shape = ellipse]; /* browsers/editors */ TarcusBrowser [shape = box]; LinusBrowser [shape = box]; PCAISORDBrowser [shape = box]; PCARDEditor [shape = box]; /* processes */ TarcusToBuffer [shape = box]; BufferToTarcus [shape = box]; TSVExport [shape = box]; LinusUpdate [shape = box]; BufferUpdate [shape = box]; RDS2RDF [shape = box]; /* browser to system linkage */ PCARDEditor -> Brutus Brutus -> PCARDEditor /* inter-system linkage */ Brutus -> TSVExport -> Minus -> BufferUpdate -> Buffer -> BufferToTarcus -> Tarcus -> RDS2RDF -> Facade } }}} == RDS/WIP 1.0 System == == RDS/WIP 2.0 System ==