A Docker image running the Google Cloud Bigtable emulator.
docker pull ghcr.io/ridedott/cloud-bigtable-emulator:latest
docker run ridedott/cloud-bigtable-emulator:latest
These instructions will get you an instance of the Google Cloud Bigtable emulator running on your local machine for testing purposes.
Minimal requirements to set up the project:
- Docker
- Make sure to authenticate to Github Package registry.
docker build .
See CONTRIBUTING.md.
This project reflects Google's bigtable emulator gcloud component versioning.
Using the gcloud
CLI utility, the current bigtable emulator version can be
obtained by running the following command:
gcloud components list --filter bigtable --format="value(latest_version_string)"