Skip to content
GitLab
Explore
Sign in
Register
This project is archived. Its data is
read-only
.
Changes
Page history
Update home
authored
Apr 20, 2018
by
Oliver Falk
Show whitespace changes
Inline
Side-by-side
home.md
View page @
622166f6
...
@@ -10,7 +10,7 @@ How does the best practice deployment look like?
...
@@ -10,7 +10,7 @@ How does the best practice deployment look like?
# Birds eye view [mermaid](https://mermaidjs.github.io/) diagram
# Birds eye view [mermaid](https://mermaidjs.github.io/) diagram
```
mermaid
~~~
mermaid
graph LR
graph LR
subgraph Cloud
subgraph Cloud
AMQP((Message Queue))
AMQP((Message Queue))
...
@@ -33,7 +33,7 @@ graph LR
...
@@ -33,7 +33,7 @@ graph LR
AMQP -- receive --> ConsumerN(Consumer n)
AMQP -- receive --> ConsumerN(Consumer n)
ConsumerN -. ack .-> AMQP
ConsumerN -. ack .-> AMQP
end
end
```
~~~
## The following test cases shall be possible to test
## The following test cases shall be possible to test
...
...