I am working on an IOT application which reads data from some sensors and I need to populate this data into a Google Cloud Bigtable instance. I am using Java 1.8 for development and I will be using HBase APIs for Bigtable related operations.
Can someone please let me know what are the steps to create a Bigtable instance so I can connect to it from within my java application?
Thanks
The docs have everything you need.
https://github.com/GoogleCloudPlatform/cloud-bigtable-client https://cloud.google.com/bigtable/docs/creating-instance https://cloud.google.com/bigtable/docs/samples-java-hello