Test QuickGV: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 25: Line 25:
s:mh -> iq;
s:mh -> iq;
s:mw -> iq;
s:mw -> iq;
/*
subgraph cluster_services {
  s1[label="cast service"];
  s2[label="monitor service"];
  s3[label="simple service"];
}
subgraph cluster_queue {
  q1[label="outbound queue"];
  q2[label="inbound queue"];
}
subgraph cluster_worker {
  w1[label="cast worker"];
  w2[label="handler worker", constraint=false];
}
c1 -> w1 -> q1 -> s1;
s2 -> q2 -> w2 -> c2;
*/
</quickgv>
</quickgv>



Revision as of 06:45, 5 March 2021

See: https://graphviz.gitlab.io/_pages/pdf/dotguide.pdf

WebSocket Service

建議線路 gen1

建議線路 gen2

A

testflow

test

Crawling Flow

GDS

Geomancer

Sandbox