The steps involved are as follows:
- In the Console, navigate to the Bigtable page and click on Create instance.
- Create an instance with the input data as shown in the following screenshot:
- Clone the bigtable folder from the GitHub repository. The following Python script inserts sample sensor data to the Bigtable. Do update the <Project ID> at the last line of the bigtableIns.py.
The following script can be found in the Chapter17/bigtable/bigtableIns.py ...