Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Equivalent of AWS Athena over s3

I have an AWS workload that stores csv files in partitions in s3 and then queries the data with SQL queries using Athena, writing the results back to s3.

I'm looking for an equivalent behavior in Azure, where I could store csv files in a storage and query them and write the results back to that storage.

like image 414
zuckermanori Avatar asked Dec 31 '25 05:12

zuckermanori


2 Answers

Based on the information provided on AWS to Azure services comparison, the equivalent service in Azure is Azure Data Lake Analytics. For Storage, S3 equivalent service would be Azure Data Lake Storage which is built on top of Azure Blob Storage.

enter image description here

like image 113
Gaurav Mantri Avatar answered Jan 04 '26 17:01

Gaurav Mantri


The equivalent service to Amazon Athena in Azure will be Data Lake Analytics as per this Microsoft doc.

Also as per this doc The Azure equivalent of Athena is Data Lake Analytics. Like Athena, it is also "serverless" and pay-per-use. It uses U-SQL, which is a combination of SQL and C# that provides a lot of power and flexibility that SQL alone cannot. An advantage of Data Lake Analytics is that it is not limited to querying Azure Data Lake Store and Blob Storage, it can also talk to SQL Database and SQL Data Warehouse.

like image 21
Prabhakar Reddy Avatar answered Jan 04 '26 16:01

Prabhakar Reddy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!