GCP BigQuery
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
Property | Type | Description | More |
---|---|---|---|
client* | BigQuery | Google Cloud BigQuery client instance | |
projectId* | string | Google Cloud Project ID | |
datasetId* | string | BigQuery dataset ID where events will be stored | |
tableId* | string | BigQuery table ID for event storage | |
location | string | Geographic location for the BigQuery dataset | |
bigquery | BigQueryOptions | Additional BigQuery client configuration options |
* Required fields
💡 Need Professional Support?
Need professional support with your walkerOS implementation? Check out our services.