Projects STRLCPY graphql-engine Files
🤬
37 lines | ISO-8859-1 | 2 KB

Introduction to BigQuery

BigQuery is a fully-managed, serverless data warehouse that enables high-performance, scalable analysis over petabytes of data. It is a Platform as a Service that supports querying using SQL.

Getting started

BigQuery setup and usage is atypical compared to other relational database backends Hasura currently supports, such as Postgres & SQL Server. You may find these guides useful to familiarise yourself with BigQuery before contributing a PR.

Google Cloud projects form the basis for creating, enabling, and using all Google Cloud services, including BigQuery datasets.

Once you have a project set up, you can work with datasets via the:

Getting started with BigQuery on Hasura

See the hasura.io: BigQuery getting started guide for general information about connecting to a BigQuery data source.

Integration tests are run against short-lived projects. The following prerequisites are expected:

  • A Google Cloud Console service account
  • HASURA_BIGQUERY_PROJECT_ID environment variable
  • HASURA_BIGQUERY_SERVICE_KEY environment variable

See these docs for more guidance on testing against a BigQuery data source.

Please wait...
Page is in error, reload to recover