Based on Python Samples for Cloud Bigtable.
Showcase how to create a table, populate with data, and query rows by key and key-range.
- Install dependencies:
pip install -r requirements.txt
- Create a BigTable instance with a cluster in GCP.
- Login using the console
gcloud auth application-default login
- Execute the program:
python main.py <project-id> <bigtable-instance-id> data/words_mit_10k.txt