If anyone from AWS is here: how is this used internally at Amazon?
Amazon Athena: Query S3 Using SQL
11–20 of 45 posts
Re: Amazon Athena: Query S3 Using SQL
#12Re: Amazon Athena: Query S3 Using SQL
#13Re: Amazon Athena: Query S3 Using SQL
#14Re: Amazon Athena: Query S3 Using SQL
#15Wondering if I could use this like SQLite for Lambdas. I'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?
Athena is really interesting and if it can be as it is advertised "Serverless SQL" then they've got a killer product in the pipes: A future where developers no longer need to spend time on scaling, configuring, maintaining, strategizing deployments but upload code and instantly begin reaping the benefits of serverless tech.
The only missing component that would be a killer feature is something that answers to Azure's Active Directory. It would be nice if we had serverless plug-and-play user authentication and access control that integrated with Lambda and Athena.
I'd imagine some sort of "RoR on Serverless" type of framework that will scaffold out CRUD, User Management & REST Api is going to be in the works as well.
The only potential downside I see at the moment for Serverless is the uncertainty surrounding cold boots, it will directly affect user experience. It's fine when you got enough traffic to keep things in the "warm" state but there needs to be no dead zone when the call to the API Gateway is taking many seconds waiting for Lambda function to fire.
Re: Amazon Athena: Query S3 Using SQL
#16Re: Amazon Athena: Query S3 Using SQL
#17Earlier quoted context omitted.
When I tried it it was slower than bigquery. Plus you've got to mess about creating hive schemas.
I don't know why you are getting downvoted. For all those data formats you have to painstakingly make table schemas for them before you can query them. Not like Snowflake or BigQuery. One of the biggest strikes against Presto IMHO.
Re: Amazon Athena: Query S3 Using SQL
#18Earlier quoted context omitted.
When I tried it it was slower than bigquery. Plus you've got to mess about creating hive schemas.
TFA states: "Amazon Athena uses Presto with ANSI SQL support and works with a variety of standard data formats, including CSV, JSON, ORC, and Parquet."
Re: Amazon Athena: Query S3 Using SQL
#19Wondering if I could use this like SQLite for Lambdas. I'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?
I'm confused though. The monthly fees for dynamodb only apply after you exceed the free tier, and for someone who is unable to commit to a monthly fee because they envision low usage, shouldn't the free tier be sufficient? (Honest question, I'm looking at using dynamodb, but comments like this make me think I'm missing something)
Re: Amazon Athena: Query S3 Using SQL
#20Any examples of queries and what this can do? S3 was file storage as far as i thought?