TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Amazon Athena: Query S3 Using SQL

176 pointsby polmoleaover 8 years ago

15 comments

dansoover 8 years ago
This looks very neat. I&#x27;m someone who deals with a lot of plaintext data from a variety of sources, and so I find using ack&#x2F;grep and csvkit to be efficient enough for my purposes of exploration. I love using SQL and SQLite but rarely do it for &quot;fun&quot; -- that is, I&#x27;ll use it when I&#x27;ve committed to building a project, but not for exploration. This seems like it could lighten the friction quite a bit.<p>If anyone from AWS is here: how is this used internally at Amazon?
评论 #13074634 未加载
kermattover 8 years ago
&quot;Amazon Athena uses Presto with ANSI SQL support and works with a variety of standard data formats, including CSV, JSON, ORC, and Parquet.&quot;<p>I wonder if this is essentially a Presto SaaS product?
评论 #13072749 未加载
spullaraover 8 years ago
It looks really interesting but I&#x27;m surprised they launched it with the create table flow broken. The query you see here was generated by their wizard...<p><a href="https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;s4cw5x7yyrdl3ch&#x2F;Screenshot%202016-11-30%2009.56.04.png?dl=0" rel="nofollow">https:&#x2F;&#x2F;www.dropbox.com&#x2F;s&#x2F;s4cw5x7yyrdl3ch&#x2F;Screenshot%202016-...</a>
jakozaurover 8 years ago
Looks very similar to Google Big Query.<p>Even the pricing is same: $5 &#x2F; TB of data scanned.
评论 #13072827 未加载
burembaover 8 years ago
I hope that Amazon contributes back to the Presto community.
nimrodyover 8 years ago
Would be useful if AVRO files were supported. This was the data can also be imported into Redshift if needed (Redshift does support Avro).<p>Other formats are schema-less (JSON,CSV, etc.) or not supported by Redshift (ORC, Parquet). Perhaps less efficient for some queries (AVRO is not a columnar format) but still useful.
dhananjaycover 8 years ago
Is it possible to connect Athena to existing Hive Metastore?
nodesocketover 8 years ago
Anybody have an example of storing NGINX access logs and using Athena to search them?
neximo64over 8 years ago
Any examples of queries and what this can do? S3 was file storage as far as i thought?
评论 #13074103 未加载
cdevsover 8 years ago
$5 a terabyte jeebus...don&#x27;t f that query up
评论 #13080481 未加载
nulagrithomover 8 years ago
Wondering if I could use this like SQLite for Lambdas. I&#x27;d like to build some serverless apps, but the commitment to a monthly fee from DynamoDB puts me off. Could I use Athena to drive down my cost to zero as long as the app is unused?
评论 #13074092 未加载
评论 #13073698 未加载
balls187over 8 years ago
Tried it twice, and it crashed big time.
评论 #13076080 未加载
asafmover 8 years ago
I wonder why they haven&#x27;t chose Apache Drill over Presto. Anyone knows?
intrasightover 8 years ago
what does &quot;point your data in S3&quot; mean?
评论 #13074288 未加载
mrwnmonmover 8 years ago
John Forstrom: Amazon Athena - welcome to 2010! <a href="https:&#x2F;&#x2F;twitter.com&#x2F;jforstrom&#x2F;status&#x2F;804007642246938624" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;jforstrom&#x2F;status&#x2F;804007642246938624</a>