Files
gcp_solution_architecture_a…/architecture.mmd
2026-09-01 20:00:05 +00:00

12 lines
344 B
Plaintext

flowchart LR
C[External clients] -->|HTTPS| R[Cloud Run service]
R --> F[(Firestore)]
R --> S[(Cloud Storage)]
R --> P[Pub/Sub topic]
P --> W[Worker subscriber]
P --> DLQ[Dead-letter topic]
R --> L[Cloud Logging]
R --> M[Cloud Monitoring]
AR[Artifact Registry] --> R
R -. private egress .-> VPC[VPC / Serverless VPC Access]