Skip to content

7574-sistemas-distribuidos/bigtable-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big Table Example

Based on Python Samples for Cloud Bigtable.

Showcase how to create a table, populate with data, and query rows by key and key-range.

Execution

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages