Skip to content

Commit d4f3d58

Browse files
add docs
1 parent 3e9f70d commit d4f3d58

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

packages/bigtable/src/index.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,24 @@ var Instance = require('./instance.js');
5353
*
5454
* @example
5555
* //-
56+
* // <h3>The Bigtable Emulator</h3>
57+
* //
58+
* // Make sure you have the
59+
* // [gcloud SDK installed](https://cloud.google.com/sdk/downloads), then run:
60+
* //
61+
* // <pre>
62+
* // $ gcloud beta emulators bigtable start
63+
* // </pre>
64+
* //
65+
* // Before running your Node.js app, set the environment variables that this
66+
* // library will look for to connect to the emulator:
67+
* //
68+
* // <pre>
69+
* // $ $(gcloud beta emulators bigtable env-init)
70+
* // </pre>
71+
* //-
72+
*
73+
* //-
5674
* // <h3>Creating a Compute Instance</h3>
5775
* //
5876
* // Before you create your table, you first need to create a Compute Instance

0 commit comments

Comments
 (0)