added faafo example
This commit is contained in:
15
faafo/doc/source/images/diagram.dot
Normal file
15
faafo/doc/source/images/diagram.dot
Normal file
@ -0,0 +1,15 @@
|
||||
digraph {
|
||||
API -> Database [color=green];
|
||||
API -> Database [color=orange];
|
||||
Database -> API [color=red];
|
||||
API -> Webinterface [color=red];
|
||||
Producer -> API [color=orange];
|
||||
Producer -> API [color=green];
|
||||
Producer -> "Queue Service" [color=orange];
|
||||
"Queue Service" -> Worker [color=orange];
|
||||
Worker -> "Image File" [color=blue];
|
||||
Worker -> "Queue Service" [color=green];
|
||||
"Queue Service" -> Producer [color=green];
|
||||
"Image File" -> "Storage Backend" [color=blue];
|
||||
"Storage Backend" -> Webinterface [color=red];
|
||||
}
|
BIN
faafo/doc/source/images/diagram.png
Normal file
BIN
faafo/doc/source/images/diagram.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
3
faafo/doc/source/images/dot2png.sh
Normal file
3
faafo/doc/source/images/dot2png.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
dot -T png -o diagram.png diagram.dot
|
BIN
faafo/doc/source/images/example.png
Normal file
BIN
faafo/doc/source/images/example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
faafo/doc/source/images/screenshot_webinterface.png
Normal file
BIN
faafo/doc/source/images/screenshot_webinterface.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
Reference in New Issue
Block a user