📄️ Getting Started
In this section, we will see how to set up a pipeline using Bitquery real-time GraphQL subscriptions.
📄️ Setting up Google Pub-Sub
This tutorial walks through a process of subscribing to the Bitquery Streaming API and publishing its data to a Google Cloud Pub/Sub topic.
📄️ Filing Data into Google BigQuery
In this part, we'll demonstrate how to set up Google BigQuery to store data from Google Pub/Sub. The incoming data will be stored in a BigQuery table called newtrades. We'll go step-by-step, covering table creation, schema definition, and configuring Pub/Sub to write directly to BigQuery.