Skip to content

Commit

Permalink
V1 of proposed topology.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Jan 10, 2014
1 parent 6a142fc commit 3df0b72
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions doc/topo-v1.ditaa
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
/------------\ /------------\ /------------\
| app | | app | | app |
|------------| |------------| |------------| x N
| PUSH | SUB | | PUSH | SUB | | PUSH | SUB |
\------------/ \------------/ \------------/
| ^ | ^ | ^
| | | | | |
+-------------++--------------+ |
| | | |
+-------|------+--------------+
| |
v |
/--------------\
| PULL | PUB |
|--------------|
----------------| app endpoint |----------------- x N
|--------------|
| DEALER |
\--------------/
^
|
+----------------+----------------+
| | |
v v v
/-------------\ /-------------\ /-------------\
| DEALER | | DEALER | | DEALER |
|-------------| |-------------| |-------------|
| coordinator | | coordinator | | coordinator | x N
|-------------| |-------------| |-------------|
| DEALER | | DEALER | | DEALER |
\-------------/ \-------------/ \-------------/
^ ^ ^
| | |
+----------------+----------------+
|
v
/--------------\
| DEALER |
|--------------|
-----------------| dev endpoint |---------------- x N
|--------------|
| PULL | PUB |
\--------------/
^ |
| |
+-------|------+----------------+
| | | |
+-------------+-+---------------+ |
| | | | | |
| v | v | v
/------------\ /------------\ /------------\
| PUSH | SUB | | PUSH | SUB | | PUSH | SUB |
|------------| |------------| |------------| x N
| dev | | dev | | dev |
\------------/ \------------/ \------------/
^ ^ ^
: : :
+---------------+---------------+
:
v
/----------\
| provider |
\----------/

0 comments on commit 3df0b72

Please sign in to comment.