Skip to content

Commit e8bef5f

Browse files
authored
Update overview.mmd
1 parent 1247c85 commit e8bef5f

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

assets/overview.mmd

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
flowchart TB
2-
subgraph Perimeter[VPC‑SC + CMEK]
3-
DS[(Ingestion)]
4-
LS[Bronze]
5-
SS[Silver]
6-
BQ[(BigQuery raw/stage/gold)]
7-
CMP[Orchestration]
8-
DLP[PII Controls]
9-
end
10-
DS --> LS --> SS --> BQ --> EX[Exports]
11-
CMP -. schedules .-> DS & SS & BQ & EX
1+
flowchart LR
2+
A[Sources] --> B[Bronze (GCS)]
3+
B --> C[Silver (BigQuery)]
4+
C --> D[Gold (BigQuery)]
5+
B -. DLQ .-> E[Dead-letter bucket]

0 commit comments

Comments
 (0)