Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
AWS Athena - Interactive SQL Interface
Rating: 3.6 out of 5(11 ratings)
294 students

AWS Athena - Interactive SQL Interface

Learn AWS Athena interacting with S3 and other data sources using Sql queries
Created byJim Macaulay
Last updated 5/2022
English

What you'll learn

  • AWS Athena
  • An Interactive SQL Interface for various data sources
  • Sql queries on S3
  • AWS Data Engineering

Course content

5 sections16 lectures1h 1m total length
  • About the Course0:53

    Explore AWS Athena, an interactive service to analyze data directly, covering creating databases and tables, loading data from S3, and working with partitions, bucketing, and structured, unstructured, and semi-structured data.

  • Introduction and Navigation of Athena Interface6:04

    Navigate the Athena interface to write and run SQL queries, view results, and save or download results. Manage data sources and recent queries, plus view execution stats and encryption settings.

Requirements

  • Sql knowledge is required

Description

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.


In this course you will work with,

• Creating a database

• Creating tables

• Create table out of a file

• Querying the data from S3 bucket

• CTAS (Create Table As Select)

• Partitions and Bucketing

• Interact with structured, unstructured and semi structured data

• Store the data in TEXTFILE, PARQUET, JSON, ORC and AVRO formats


                    Athena is easy to use. Simply point to your data in Amazon S3, define the schema, and start querying using standard SQL. Most results are delivered within seconds. With Athena, there’s no need for complex ETL jobs to prepare your data for analysis. This makes it easy for anyone with SQL skills to quickly analyze large-scale datasets.

Athena is out-of-the-box integrated with AWS Glue Data Catalog, allowing you to create a unified metadata repository across various services, crawl data sources to discover schemas and populate your Catalog with new and modified table and partition definitions, and maintain schema versioning.


                     Amazon Athena uses Presto with ANSI SQL support and works with a variety of standard data formats, including CSV, JSON, ORC, Avro, and Parquet. Athena is ideal for interactive querying and can also handle complex analysis, including large joins, window functions, and arrays. Amazon Athena is highly available; and executes queries using compute resources across multiple facilities and multiple devices in each facility. Amazon Athena uses Amazon S3 as its underlying data store, making your data highly available and durable.

Who this course is for:

  • ETL Developers
  • Data Analysts
  • Data Architects
  • ETL Architects
  • Business Analysts
  • Database developers