Google Cloud Platform Blog
Product updates, customer stories, and tips and tricks on Google Cloud Platform
A Go client for Google Cloud Bigtable
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
Free Trial
Labels
Android
Announcement
api
app engine
Atmosphere Live
bigquery
BigTable
CDN
Cloud Console
Cloud Dataflow
Cloud Datastore
cloud endpoints
Cloud Pub/Sub
Cloud SDK
cloud sql
cloud storage
Cloudera
Compute
Compute Engine
container cluster
customer
Dev Tools
developer tools
developer-insights
Developers
Developers Console
devfests
Disaster Recovery
Encryption Keys
ESG
Event
events
GA
Go Client
Google App Engine
Google Apps
Google BigQuery
Google Cloud Deployment Manager
Google Cloud Networking
Google Cloud Platform
Google Cloud Storage
Google Compute Engine
Google Container Engine
gRPC
hadoop
Hardware
Helium
how to
IO2013
iOS
Kubernetes
Levyx
Local SSD
mapreduce
Media
Nearline
networking
open source
PaaS Solution
Partner
Pricing
Research
round-up
Server
Siggraph
solutions
Startup
Tableau
TCO
Technical
Windows
Wowza
Zync
Archive
2015
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
Technical questions? Check us out on
Stack Overflow
.
Subscribe to
our monthly newsletter
.
Follow @googlecloud
No comments :
Post a Comment