bigquery-emulator

Emulate a GCP BigQuery server locally for testing and development

brewmacoslinux
Try with needOr install directly
Source

About

Emulate a GCP BigQuery server on your local machine

Commands

bigquery-emulator

Examples

Start the BigQuery emulator server on default port 9050$ bigquery-emulator
Start the emulator on a custom port$ bigquery-emulator --port 9999
Query the emulator using bq CLI by setting the endpoint$ bq --api_endpoint=http://localhost:9050 ls