gcloud components install bigtablegcloud components install cbtgcloud beta emulators bigtable start --host-port=localhost:8086In a different console:
export BIGTABLE_EMULATOR_HOST=localhost:8086
cbt -project "project-id" -instance "bus-instance" createtable hotels
cbt -project "project-id" -instance "bus-instance" createfamily hotels hotel_detailscbt -project "project-id" -instance "bus-instance" ls
cbt -project "project-id" -instance "bus-instance" read hotelsexport BIGTABLE_EMULATOR_HOST=localhost:8086
cd write
go run writeRecords.gocbt -project "project-id" -instance "bus-instance" ls
cbt -project "project-id" -instance "bus-instance" read hotelsexport BIGTABLE_EMULATOR_HOST=localhost:8086
cd read
go run readRecords.go -zip or-01