Skip to content

dhirajnair/bt_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bt_sample

Sample code to fetch data from GCP Bigtable.

Below program arguments needed

  1. "ProjectId:"+args[0]
  2. "InstanceId:"+args[1]
  3. "TableId:"+args[2]
  4. "Columns:"+args[3]: Comma separated columns names. First value is "key", which is bigtable row key
  5. "Output File Path:"+args[4]: path to csv file that will have the data

Below env var needed

GOOGLE_APPLICATION_CREDENTIALS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages