Data Platform

Pub/Sub into Dataflow. The pipeline shape, where ordering and replay matter.

Data Platform: rendered example
Rendered by Gnomon from the source below. No edits.

The source

21 lines of PlantUML, and pulls in Google Cloud icons. Copy it, or open the template inside Gnomon and render it as it is.

@startuml
!include <gcp/GCPCommon>
!include <gcp/pubsub>
!include <gcp/dataflow>
!include <gcp/cloud_storage>
!include <gcp/bigquery>

title GCP — Data platform

left to right direction

GCP_PUBSUB(ps, "Pub/Sub", "ingest")
GCP_DATAFLOW(df, "Dataflow", "streaming ETL")
GCP_CLOUD_STORAGE(gcs, "Cloud Storage", "raw landing zone")
GCP_BIGQUERY(bq, "BigQuery", "warehouse")

ps --> df
df --> gcs
df --> bq
gcs --> bq
@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in Google Cloud architecture diagrams