Skip to content

nesquivelr/bigtable_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Create environment using conda

conda create -n bt python=3.11
conda activate bt
pip install google-cloud-bigtable==2.17.0
pip install bson==0.5.10

Run this command in one terminal

gcloud beta emulators bigtable start --host-port="0.0.0.0:8086"

Run this command in another terminal

python main.py

About

Code examples and resources from the blog post on https://medium.com/@n.esquivelrivera/how-i-helped-with-a-migration-from-cassandra-to-bigtable-ff7a2eb7a3f6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages