Live data from Hacker News

Google Picks Diane Greene to Expand Its Cloud Business

nytimes.com

91–92 of 92 posts

Re: Google Picks Diane Greene to Expand Its Cloud Business

#91
post #60

Earlier quoted context omitted.

Has anyone tried Cloud BigTable? Performance numbers are compelling but I'm not always sure where it fits in with the rest of the GCP storage options.

Bigtable is best thought of as an "event database". High reads, high writes, single index, accessible through the Hbase API. Cassandra and Hbase are similar technologies that are inspired by the original Bigtable paper. One big benefit of Bigtable is its scalability. To scale up, you turn the 'scale' knob. By contrast, Cassandra and Hbase are headaches to scale (Apple has acquired Cassandra companies to aid in operat…

Hey. I'm one of the "guys from SunGard", although I'm no longer there. The longer version is this: https://cloud.google.com/bigtable/pdf/ConsolidatedAuditTrail... . A lot of it is related to the use case, but yeah, Bigtable handled pretty much whatever we wanted to throw at it. No other cloud provider can offer this sort of scale and performance right now without a ton of manual management or significant compromises, something that seems to have yet to sink in (although few companies need the scale we went up to).

It did take a lot more work than "a couple weekends" though :).

Re: Google Picks Diane Greene to Expand Its Cloud Business

#92
post #30

Earlier quoted context omitted.

Pub/Sub is pretty meh. The Google Cloud team still don't seem to understand the need for a Kafka-like unified log service, unlike AWS (Kinesis is 2 years old this week) or even IBM Bluemix (who just launched Message Hub, which is true hosted Kafka).

Depending on the sort of logging you're looking for, there's a logging API ( https://cloud.google.com/logging/docs/api/ ) and you can also stream to BigQuery. (Disclaimer: I work on GCP)

This is the best, but I keep thinking that I will no longer need ELK, but still do. Can you create a dashboard system that runs off of bigquery?
Post reply on HN