| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Moves the Bigtable Hello World application to Google App Engine Standard for Java 8.
Initialize the Google Cloud SDK using:
gcloud init gcloud auth application-default login
Then you need to Create a Cloud Bigtable Instance
mvn -Dbigtable.projectID=PROJECTID -Dbigtable.instanceID=INSTANCEID appengine:run
mvn -Dbigtable.projectID=PROJECTID -Dbigtable.instanceID=INSTANCEID package appengine:deploy
mvn -Dbigtable.projectID=PROJECTID -Dbigtable.instanceID=INSTANCEID verify
gradle -Dbigtable.projectID=PROJECTID -Dbigtable.instanceID=INSTANCEID appengineRun
gradle -Dbigtable.projectID=PROJECTID -Dbigtable.instanceID=INSTANCEID appengineDeploy
As you add / modify the source code (src/main/java/...) it's very useful to add unit testing to (src/main/test/...). The following resources are quite useful:
Cloud Bigtable Instances should be deleted when they are no longer being used as they use significant resources.
| Back | FazBrowse Home | New Git URL |