33 Google Cloud Bigtable Python Samples
44===============================================================================
55
6+ .. image :: https://gstatic.com/cloudssh/images/open-btn.png
7+ :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=bigtable/hello_happybase/README.rst
8+
9+
610This directory contains samples for Google Cloud Bigtable. `Google Cloud Bigtable `_ is Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.
711
812
@@ -61,6 +65,10 @@ Samples
6165Basic example
6266+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6367
68+ .. image :: https://gstatic.com/cloudssh/images/open-btn.png
69+ :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=bigtable/hello_happybase/main.py;bigtable/hello_happybase/README.rst
70+
71+
6472
6573
6674To run this sample:
@@ -70,25 +78,26 @@ To run this sample:
7078 $ python main.py
7179
7280 usage: main.py [-h] [--table TABLE] project_id instance_id
73-
81+
7482 Demonstrates how to connect to Cloud Bigtable and run some basic operations.
7583 Prerequisites: - Create a Cloud Bigtable cluster.
7684 https://cloud.google.com/bigtable/docs/creating-cluster - Set your Google
7785 Application Default Credentials.
7886 https://developers.google.com/identity/protocols/application-default-
7987 credentials
80-
88+
8189 positional arguments:
8290 project_id Your Cloud Platform project ID.
8391 instance_id ID of the Cloud Bigtable instance to connect to.
84-
92+
8593 optional arguments:
8694 -h, --help show this help message and exit
8795 --table TABLE Table to create and destroy. (default: Hello-Bigtable)
8896
8997
9098
9199
100+
92101 The client library
93102-------------------------------------------------------------------------------
94103
0 commit comments