Google Cloud Platform Blog
Product updates, customer stories, and tips and tricks on Google Cloud Platform
A Go client for Google Cloud Bigtable
Friday, July 17, 2015
Good news, Go programmers: the
Go client library
for Google Cloud Bigtable is now available.
Cloud Bigtable
is a massively scalable NoSQL database that drives many of Google’s most data-intensive applications, including search, Gmail, Google Earth, and YouTube.
The
Go programming language
is gaining popularity and becoming a favorite tool for building Cloud applications. Now, in addition to the Java HBase API, you can access the power of Cloud Bigtable using an
idiomatic Go API
.
The Go API has many benefits:
Easy to Install:
Runing
go
get
google
.
golang
.
org
/
cloud
/
bigtable
will install the required library. There's no step 2.
Simple API:
The Go client library is a simpler interface than the Java HBase API.
Low Level:
The API is a thin wrapper around the Cloud Bigtable
gRPC
interface, so it closely reflects the underlying RPCs. This makes it easy to reason about the performance and cost characteristics of your program.
Full access to Cloud Bigtable features:
Scans, row filters, conditional mutations, read-modify-write operations, and middle-out compression are all supported.
The Go client is already being used by customers for serious work, so now is a great time to try it out. Check out the
sample applications
on GitHub,
read the docs
, and
let us know what you think
.
- Posted by David Symonds, Software Engineer
Free Trial
GCP Blogs
Big Data & Machine Learning
Kubernetes
GCP Japan Blog
Firebase Blog
Apigee Blog
Popular Posts
Understanding Cloud Pricing
World's largest event dataset now publicly available in BigQuery
A look inside Google’s Data Center Networks
Enter the Andromeda zone - Google Cloud Platform’s latest networking stack
New in Google Cloud Storage: auto-delete, regional buckets and faster uploads
Labels
Announcements
193
Big Data & Machine Learning
134
Compute
271
Containers & Kubernetes
92
CRE
27
Customers
107
Developer Tools & Insights
151
Events
38
Infrastructure
44
Management Tools
87
Networking
43
Open
1
Open Source
135
Partners
102
Pricing
28
Security & Identity
85
Solutions
24
Stackdriver
24
Storage & Databases
164
Weekly Roundups
20
Feed
Subscribe by email
Demonstrate your proficiency to design, build and manage solutions on Google Cloud Platform.
Learn More
Technical questions? Check us out on
Stack Overflow
.
Subscribe to
our monthly newsletter
.
Google
on
Follow @googlecloud
Follow
Follow