Share

Near Real-time Data Loading using Streaming

Starting Release 2.20, Hevo has stopped supporting the streaming inserts feature in Google BigQuery Destinations. As a result, you cannot configure a new Google BigQuery Destination with streaming inserts enabled. Any existing Destinations created with this feature will continue to load data in near real-time. Additionally, you can create new Pipelines to load data to your existing Destination.

Hevo offers you the option to load data into your BigQuery Destination in near real-time by streaming it. Using BigQuery’s streaming APIs, Hevo writes the data to your BigQuery Destinations with the insertAll method.

Streaming offers the advantage of making data available for querying without having to wait for a task to finish loading data into BigQuery. However, you must also consider the following limitations before choosing to stream the data:

  • Streaming writes incur additional cost for you. Read Streaming pricing.

  • BigQuery does not support using streaming APIs if billing is not enabled for the GCP project. Refer to the section, Enable billing for your Google Cloud project for the steps to do this.

  • Once enabled, this option cannot be disabled for the Destination.

  • If streaming is selected, deduplication of Events cannot be enabled.

  • If the same tables are referred to in a different Destination, uniqueness cannot be guaranteed.

Last updated on Feb 02, 2024

Tell us what went wrong

Skip to the section