AWS Athena: Serverless, Interactive Data Manipulation Service by Amazon
November 9, 2022 Kashyap Nitinbhai Shani | Comments(0)Amazon Athena is an interactive query service offered by Amazon that makes it easy to explore data directly in the Amazon S3 bucket using standard SQL. Athena is serverless, so there is no infrastructure to manage, and we only pay for the queries we run. Athena is easy to use. It simply directs the data that is present in an S3 bucket and starts querying the data using standard SQL. Most results are delivered within seconds.
Continue Reading…