BigTable Tutorial NoSQL Google Cloud Platform Pruthvi IT Center

preview_player
Показать описание
#bigtable #googlecloud #gcp #database #dataanalytics

Features of Big table:

1. Fast scanning
2. Low latency
3. Deals with large data sizes "petabytes"
4. Uses row key for scanning and also indexing.
5. NoSQL
6. 4-dimensional row key, column family, column, time stamp.
7. can perform curd operations create, update, read, delete.
8. It is a serverless service in GCP

STEPS TO CONNECT TOBIGTABLE INSTANCE IN CLOUD SHELL:

sudo apt-get update
sudo apt-get install openjdk-8-jdk-headless
export JAVA_HOME=$(update-alternatives --list java | tail -1 | sed -E 's/\/bin\/java//')

cd cloud-bigtable-examples/quickstart

The script that will set up to connection to the Bigtable instance

Рекомендации по теме