Skip to content

Commit

Permalink
diagram update
Browse files Browse the repository at this point in the history
rusq committed Apr 14, 2023
1 parent bf19d7e commit d027ced
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/diagrams/v3_stream.puml
Original file line number Diff line number Diff line change
@@ -48,9 +48,10 @@ ListChannels --[#red]-> Export : links
Export --[#red]-> Conversations : links


expproc --> chunk1 : writes
expproc --> chunk2 : writes
expproc --> chunkN : writes
expproc --> chunk1 : messages
expproc --> chunk2 : messages
expproc --> chunkN : messages


chunk1 --> exptrans : reads
chunk2 --> exptrans : reads
@@ -61,7 +62,8 @@ folder "directory" as output
file "export.zip" as zip
interface FS

exptrans -- FS
expproc -- FS: files
exptrans -- FS: formatted
FS )-left- zip
FS )-right- output

0 comments on commit d027ced

Please sign in to comment.