Google Cloud Platform Blog
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
No comments :
Post a Comment
Don't Miss Next '17
Use promo code NEXT1720 to save $300 off general admission
REGISTER NOW
Free Trial
GCP Blogs
Big Data & Machine Learning
Kubernetes
GCP Japan Blog
Labels
Announcements
56
Big Data & Machine Learning
91
Compute
156
Containers & Kubernetes
36
CRE
7
Customers
90
Developer Tools & Insights
80
Events
34
Infrastructure
24
Management Tools
39
Networking
18
Open Source
105
Partners
63
Pricing
24
Security & Identity
23
Solutions
16
Stackdriver
19
Storage & Databases
111
Weekly Roundups
16
Archive
2017
Feb
Jan
2016
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2015
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2014
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2013
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2012
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2011
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2010
Dec
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2009
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Mar
Feb
Jan
2008
Dec
Nov
Oct
Sep
Aug
Jul
Jun
May
Apr
Feed
Subscribe by email
Technical questions? Check us out on
Stack Overflow
.
Subscribe to
our monthly newsletter
.
Google
on
Follow @googlecloud
Follow
Follow
No comments :
Post a Comment