Skip to main content

GCP BigQuery

Server Source code Package

Installation

npm install @walkeros/server-destination-gcp

Setup

import { elb } from '@walkeros/collector';
import { destinationBigQuery } from '@walkeros/server-destination-gcp';

elb('walker destination', destinationBigQuery, {
settings: {
projectId: 'YOUR_PROJECT_ID',
datasetId: 'YOUR_DATASET_ID',
tableId: 'YOUR_TABLE_ID',
},
});

Configuration reference

PropertyTypeDescriptionMore
client*BigQueryGoogle Cloud BigQuery client instance
projectId*stringGoogle Cloud Project ID
datasetId*stringBigQuery dataset ID where events will be stored
tableId*stringBigQuery table ID for event storage
locationstringGeographic location for the BigQuery dataset
bigqueryBigQueryOptionsAdditional BigQuery client configuration options
* Required fields
💡 Need Professional Support?
Need professional support with your walkerOS implementation? Check out our services.