You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Table of Contents generated with:
doctoc --title '**Table of Contents**' bigtable
Needs to wait for next gcloud-python launch. Tested locally with a
previous version of grpcio.
Follow the instructions in the [user documentation](https://cloud.google.com/bigtable/docs/creating-cluster)
12
-
to create a Google Cloud Platform project and Cloud Bigtable cluster if necessary.
13
-
You'll need to reference your project ID, zone and cluster ID to run the application.
documentation](https://cloud.google.com/bigtable/docs/creating-instance) to
67
+
create a Google Cloud Platform project and Cloud Bigtable instance if necessary.
68
+
You'll need to reference your project id and instance id to run the
69
+
application.
70
+
71
+
72
+
## Running the application
17
73
18
74
First, set your [Google Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials)
19
75
@@ -23,20 +79,29 @@ Install the dependencies with pip.
23
79
$ pip install -r requirements.txt
24
80
```
25
81
26
-
Run the application. Replace the command-line parameters with values for your cluster.
82
+
Run the application. Replace the command-line parameters with values for your instance.
documentation](https://cloud.google.com/bigtable/docs/creating-instance) to
69
+
create a Google Cloud Platform project and Cloud Bigtable instance if necessary.
70
+
You'll need to reference your project id and instance id to run the
71
+
application.
72
+
73
+
74
+
## Running the application
17
75
18
76
First, set your [Google Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials)
19
77
@@ -23,45 +81,29 @@ Install the dependencies with pip.
23
81
$ pip install -r requirements.txt
24
82
```
25
83
26
-
Run the application. Replace the command-line parameters with values for your cluster.
84
+
Run the application. Replace the command-line parameters with values for your instance.
0 commit comments