AWS Athena

Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage, and you pay only for the queries that you run.

Read more

This AWS Athena Data Lake Tutorial shows how you can reduce your query processing time and cost by partitioning your data in S3 and using AWS Athena to leverage the partition feature. # Learn AWS Athena with a demo. #…

Read more

This tutorial will explain you how to put mysql data in a traditional database environment to s3 as csv files for analysis using athena on a schedule, Custom as the sample templates not available in library s3bucket/directory/year/month/day-time/data.csv Link: https://github.com/naveenNTP/aws-mysql-s3-datapipeline-/tree/master AWS…