Skip to content

Commit 13541e0

Browse files
authored
Create FlockOfParrots.md
1 parent 455bbb5 commit 13541e0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Flock of Parrots Concept
2+
``` mermaid
3+
graph TD;
4+
MasterParrot --> FTS1;
5+
MasterParrot --> FTS2;
6+
TAK_client_9 --> FTS2;
7+
TAK_client_2 --> FTS1;
8+
TAK_client_3 --> FTS1;
9+
TAK_client_1 --> FTS1;
10+
TAK_client_4 --> FTS2;
11+
TAK_client_6 --> FTS2;
12+
TAK_client_5 --> FTS2;
13+
FTS1 --> TAK_client_3;
14+
FTS1 --> TAK_client_2;
15+
FTS1 --> TAK_client_1;
16+
FTS2 --> TAK_client_4;
17+
FTS2 --> TAK_client_6;
18+
FTS2 --> TAK_client_5;
19+
FTS2 --> TAK_client_9;
20+
```
21+
22+

0 commit comments

Comments
 (0)