Live data from Hacker News

Amazon QuickSight – Business Intelligence by AWS

aws.amazon.com

51–60 of 153 posts

Re: Amazon QuickSight – Business Intelligence by AWS

#51

Currently 6 out of 30 links on HN are Amazon links, 4 of them in the top 5. Looks like someone paid for placement.

How was this different from when Apple anncouned new iPhones, iPads and Apple TV's last month?

Or when Google announced the new chrome cast and music streaming device?

Both were at the top on their respective days and discussed ad nauseam in the comments.

Re: Amazon QuickSight – Business Intelligence by AWS

#53
We're trying out Apache Spark with Apache Zeppelin and it's been a pleasure so far. We faced the same problems that everyone else mentioned here -- data is not accessible to people who need it and every datasource requires different tools.

What we like about Apache Spark is that it can take any source and provide the same very fast and programmatic (code reuse!) interface for analysis. Think JSON data dumps from MixPanel, SQL databases, some Excel spreadsheet someone threw together etc.

Apache Zeppelin is a little bit limited in the visualization that comes out of the box, but the benefits of having a shared data language across the company is just such a huge plus. Also, super easy to add data visualization options and hopefully companies will start to contribute these back to the project.

Re: Amazon QuickSight – Business Intelligence by AWS

#54
post #48

Currently 6 out of 30 links on HN are Amazon links, 4 of them in the top 5. Looks like someone paid for placement.

I don't think you understand re:invent. This happens every year.

I think a valid question is why these threads aren't being merged like is common practice and happened to a number Microsoft threads during yesterday's event. I'm not sure Hololens has more in common with a Surface Book than Quicksight and Snowball.

Re: Amazon QuickSight – Business Intelligence by AWS

#55
post #37
post #24

Earlier quoted context omitted.

Very true. Even with smaller companies, data sets like events inside an app are too much for Excel. Ever since I picked up R, I haven't touched Excel.

Hey, what's the difference between R and a library for Haskell (or even Python)? It's interesting that a language that is limited to a particular use (statistical analysis) has taken off so much instead of a library for a general purpose language.

You helped answer the questions yourself. The fact that it was built for statistical analysis means that the syntax and overall flow is REALLY easy to understand and manipulate data with. I imagine someone who is familiar with Python would gravitate towards Pandas or another library, but for the BI that I do every day, R is perfect.

People love saying that BI/Data Science is 80% cleaning data (which may or may not be true), but I've found R to be the best for cleaning up 100k+ rows at a time.

Re: Amazon QuickSight – Business Intelligence by AWS

#56

Currently 6 out of 30 links on HN are Amazon links, 4 of them in the top 5. Looks like someone paid for placement.

All the major tech companies bundle their announcements like this in order to make a bigger splash. It's common on such days for HN to have many announcements from the same company. As long as the stories are significant and it happens rarely, this seems ok.

Edit: we buried the "preview" stories, though. That's too much when there are already several actual launches on the front page.

Re: Amazon QuickSight – Business Intelligence by AWS

#57
post #31

I say: Bezos is the #1 CEO in Tech right now. Amazon takes risks, and ships innovative products and services every month. Their risk taking is relentless and they take failure in their stride. They "get" how to do push. No other tech company comes close to their pace. And the key to that is the juicy under the radar micro manager that is Jeff Bezos. If there was an award for best tech CEO. 2015, i'd nominate him in a…

Amazon has been busy, but I still have to go with Satya Nadella. Since he's gotten the job in early 2014, Microsoft has shipped amazing things. Many of his decisions have helped redefine company culture, for the better.

Amazon has shipped a lot, but I think the new Microsoft has a bigger impact. Off the top of my head: open-sourcing .NET, SSH to Windows, Surface product line, Hololens development, Windows 10 (hit a few bumps, but free is HUGE), cross-platform software push, stronger open-source commitment...

Re: Amazon QuickSight – Business Intelligence by AWS

#58
post #35
post #31

I say: Bezos is the #1 CEO in Tech right now. Amazon takes risks, and ships innovative products and services every month. Their risk taking is relentless and they take failure in their stride. They "get" how to do push. No other tech company comes close to their pace. And the key to that is the juicy under the radar micro manager that is Jeff Bezos. If there was an award for best tech CEO. 2015, i'd nominate him in a…

> Bezos is the #1 CEO in Tech right now. As long as you're not one of his employees, sure. If I had a choice between working for Bezos or working for Joel Spolsky at half the pay, it wouldn't even be close. Of course, in real life, Fog Creek probably pays more anyways.

Fog creek is nice, but you're working on small localized projects compared to Amazons scale and breadth.

Amazon employees are pushed hard, and that's their key to shipping innovation.

Look at Googles cuddle farm - Lots of innovation that rarely ships and no risk taking.

How about Apple - Constrained innovation, low risk, Once a year shipping.

And there's a hundred other CEOs and companies that just don't come close. From an investor standpoint, Bezos is the gold standard of post-IPO CEO. Risk taking, innovation, shipping. The dude's on point.

He understands risk taking is the key because returns on hits are 10-1000x your investment. Look at EC2. That can cover the cost of 1000 "firephone" style project failures. But you gotta get it out of R&D and into the market. You need to ship.

And he gets that.

Re: Amazon QuickSight – Business Intelligence by AWS

#59
post #31

I say: Bezos is the #1 CEO in Tech right now. Amazon takes risks, and ships innovative products and services every month. Their risk taking is relentless and they take failure in their stride. They "get" how to do push. No other tech company comes close to their pace. And the key to that is the juicy under the radar micro manager that is Jeff Bezos. If there was an award for best tech CEO. 2015, i'd nominate him in a…

One of the most destructive aspects of the mythology of modern tech culture is this ridiculous worship of CEOs, as if they are supermen and the thousands of creative people who actually build the products we enjoy are just the gloves these heroes wear. Stop doing this. You're devaluing the worth of everyone here.

Re: Amazon QuickSight – Business Intelligence by AWS

#60
post #11

Presumably this is for data that you want graphs of but doesn't fit in Excel?

So let's say, hypothetically, you run an online store and you want to do some analytics over a proportion of your customer base.

The Amazon solution here, with the stuff they've launched today is;

a) use Kinesis Firehose to take a stream of log events from your app and dump those into S3 (gives you decent-reliability replicated backups)

b) ETL those using COPY into Amazon Redshift (a column store; very fast full-table scans)

c) point QuickShot at Redshift to draw graphs

so, yeah – but most of the data you want likely doesn't fit in Excel (or rather most of the work is reducing the data in size until it could).

Post reply on HN