Skip to content

hasura/ndc-bigquery

Folders and files

NameName
Last commit message
Last commit date
Sep 4, 2023
Sep 22, 2023
Dec 20, 2024
Sep 21, 2023
Sep 20, 2024
Feb 19, 2025
Sep 22, 2023
Sep 20, 2024
Sep 20, 2024
Sep 20, 2024
Aug 29, 2023
Jun 30, 2023
Sep 15, 2023
Sep 4, 2023
Feb 11, 2025
Jan 16, 2025
Aug 30, 2023
Jan 16, 2025
Aug 1, 2023
Dec 15, 2023
Sep 20, 2024
Sep 20, 2024
Dec 15, 2023
Dec 20, 2024
Sep 20, 2024

Repository files navigation

ndc-bigquery

BigQuery NDC.

Important

Breaking change: As of v2, the configuration format has changed. Configs prior to v2 need to be deleted and re-initialized

Getting started

  1. Set up cargo and friends for Rust development as per instructions in ndc-postgres.
  2. Get a BigQuery service account key and put it in the HASURA_BIGQUERY_SERVICE_KEY, HASURA_BIGQUERY_PROJECT_ID and HASURA_BIGQUERY_DATASET_ID env var
  3. Create configuration file using the CLI instructions
  4. Run cargo run --bin ndc-bigquery -- serve --configuration "<configuration-directory>/"