macOS
brew install bigquery-emulatorlocal Homebrew formula metadata
brew / rank 7224
Emulate a GCP BigQuery server on your local machine. Version 0.8.1 via Homebrew; verified 2026-07-26. Also installable with nix: nix profile install nixpkgs#bigquery-emulator.
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 | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:bigquery-emulator |
|---|---|
| Version | 0.8.1 |
| Package manager | Homebrew |
| Homepage | https://github.com/goccy/bigquery-emulator |
| Repository | https://github.com/goccy/bigquery-emulator |
| Last updated | 2026-07-26T10:56:33+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
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.