File talk:Wikibugs2-components-20240303.svg
Jump to navigation
Jump to search
PlantUML source
[edit]I'm not quite sure how/where to add this to the file page, but the source for generating this image was:
@startuml !theme plain package "wikibugs2" { [phorge] [gerrit] [irc] [znc] } database Gerrit { } database Phorge { } database Redis { } cloud "libera.chat" { } phorge -up-> "feed.query" : poll phorge -down-> queue : push gerrit -up-> "stream-events" : follow gerrit -down-> queue : push irc -down-> queue : pop irc --> znc : send znc --> libera.chat : send Gerrit -right-( "stream-events" Phorge -right-( "feed.query" Redis -left-( queue @enduml