Skip to content

saurabhdhupar/cloud-bigtable-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud BigTable Examples

There are many examples / sample / demo programs here, each with its own README.

Quickstart/HBase - Create a Bigtable Cluster and the hbase shell with in from your local machine.

Python/Thrift - Setup Thrift server(s), then a Python App that will connect and do basic operations.

IMPORTANT - The java samples require that the hbase-bigtable jar be installed in your local maven repository manually:

Download the Jar

mvn install:install-file -Dfile=bigtable-hbase-0.1.5.jar -DgroupId=com.google.cloud.bigtable -DartifactId=bigtable-hbase -Dversion=0.1.5 -Dpackaging=jar -DgeneratePom=true

Java/simple-cli - A simple command line interface for Cloud Bigtable that shows you how to do basic operations with the native HBase API.

Java/Cloud Bigtable Map/Reduce - How to use Cloud Bigtable both with GCE Map/Reduce

Java/Managed VM Hello World - Accessing Cloud Bigtable from a Managed VM

Contributing changes

Licensing

About

Examples of how to use Cloud Bigtable both with GCE map/reduce as well as stand alone applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 71.8%
  • Python 23.8%
  • Shell 4.4%