import Mermaid from '@theme/Mermaid';
import Link from '@docusaurus/Link';
The BigQuery Streaming Loader on {props.cloud} is a fully streaming application that continually pulls events from {props.stream} and writes to BigQuery using the BigQuery Storage API.
<Mermaid value={flowchart LR stream[["<b>Enriched Events</b>\n(${props.stream} stream)"]] loader{{"<b>BigQuery Loader</b>"}} subgraph bigquery [BigQuery] table[("<b>Events table</b>")] end stream-->loader-->|BigQuery Storage API|bigquery
}/>