cbt

Utility for reading data from Google Cloud's Bigtable. More information: https://cloud.google.com/bigtable/docs/cbt-reference.

cbt ls

cbt count "table_name"

cbt lookup "table_name" "row_key" cells-per-column=1

cbt lookup "table_name" "row_key" columns="family1:qualifier1,family2:qualifier2,..."

cbt read "table_name" regex="row_key_pattern" count=5

cbt read table_name start=start_row_key end=end_row_key keys-only=true