macOS
brew install bigquery-emulatorlocal Homebrew formula metadata
brew
Emulate a GCP BigQuery server on your local machine. Version 0.8.1 via Homebrew; verified 2026-06-13.
install
brew install bigquery-emulatorlocal Homebrew formula metadata
nix profile install nixpkgs#bigquery-emulatornixpkgs package indexes · pkgs/by-name/bi/bigquery-emulator/package.nix · source: api.github.com
overview
Emulate a GCP BigQuery server on your local machine
history
BigQuery Emulator is a Go-based local server that emulates Google BigQuery APIs for tests and development without a cloud project or credentials.
The official README says the maintainer built the project in 2022 after a long-standing request for an official BigQuery emulator remained unresolved. GitHub metadata shows the repository was created on 2022-06-20, followed by early v0.1.x releases in July and August 2022.
The project targets developers who need BigQuery-compatible integration tests. Its README documents use from the `bq` CLI, official Google client libraries, Docker images, Go embedding, and release archives; the input package facts show it packaged by Homebrew and Nix.
Typical package use is to run `bigquery-emulator --project=test`, point clients at the local REST and gRPC ports, optionally persist state in SQLite, and seed datasets from YAML.
It is package-nerd interesting because it makes a cloud data warehouse workflow reproducible from a local binary: no service account, no live GCP project, and no heavyweight container stack if the CLI package is enough.
security posture
No matching local secret-handling manifest was found for bigquery-emulator. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bigquery-emulator | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/goccy/bigquery-emulator
install metadata
| Package key | brew:bigquery-emulator |
|---|---|
| Version | 0.8.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bigquery-emulator |
| Homepage | https://github.com/goccy/bigquery-emulator |
| Repository | https://github.com/goccy/bigquery-emulator |
| Upstream docs | https://github.com/goccy/bigquery-emulator#readme |
| License | MIT |
| Source archive | https://github.com/goccy/bigquery-emulator/archive/refs/tags/v0.8.1.tar.gz |
| Last updated | 2026-06-13T06:35:47Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bigquery-emulator |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bigquery-emulator
nix profile install nixpkgs#bigquery-emulatorsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.