Use Pub/Sub with BigQuery

You can build a streaming pipeline with Dataflow that processes JSON messages from Pub/Sub, uses UDFs to transform the message data, and stores the results in BigQuery.

To learn how to build the pipeline, see the Stream from Pub/Sub to BigQuery tutorial.