update docs
This commit is contained in:
@@ -60,7 +60,16 @@ digraph DataFlow {
|
||||
|
||||
alerts [label="Alert\nService", fillcolor="#C5CAE9"];
|
||||
gateway [label="Gateway\n(WebSocket)", fillcolor="#9FA8DA"];
|
||||
lambda [label="Lambda\nAggregator", fillcolor="#7986CB", style="rounded,filled,dashed"];
|
||||
}
|
||||
|
||||
// Edge + Browser
|
||||
subgraph cluster_delivery {
|
||||
label="Delivery (AWS)";
|
||||
style=filled;
|
||||
fillcolor="#F3E5F5";
|
||||
|
||||
edge_relay [label="Edge\n(WS Relay)", fillcolor="#E1BEE7"];
|
||||
browser [label="Browser\n(Dashboard)", fillcolor="#CE93D8"];
|
||||
}
|
||||
|
||||
// Flow
|
||||
@@ -75,9 +84,9 @@ digraph DataFlow {
|
||||
redis_pubsub -> alerts [label="metrics.*"];
|
||||
redis_pubsub -> gateway [label="metrics.*"];
|
||||
|
||||
gateway -> edge_relay [label="WebSocket\nForward"];
|
||||
edge_relay -> browser [label="WebSocket"];
|
||||
|
||||
raw -> agg_1m [label="Continuous\nAggregate", style=dashed];
|
||||
agg_1m -> agg_1h [label="Hourly\nJob", style=dashed];
|
||||
|
||||
raw -> lambda [label="SQS\nTrigger", style=dotted];
|
||||
lambda -> agg_1m [label="Batch\nWrite", style=dotted];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user