Beginners Guide To AWS Athena

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 9

  • @troyfrericks-wti2510
    @troyfrericks-wti2510 3 года назад +2

    Why has the youtube algorithm not highlighted these videos. Absolutely first rate!

  • @tobman781
    @tobman781 Год назад

    Excellent video - to the point. Greetings from Switzerland!

  • @scar2080
    @scar2080 3 года назад +1

    Can we also do compute intensive aggregation on Athena? SQL functions. ?
    Also can i use Athena to schedule data transforms and send it to glue catalog and from there to rds?

    • @JohnnyChivers
      @JohnnyChivers  3 года назад +1

      Yes you can. Group bys etc are support as are common table expressions.
      You can use Athena to do transforms, same way you would run SQL code in a database to do ETL.
      One thing I would say about both use cases above is that it can get expensive. It’s $5 per TB of data scanned.

    • @scar2080
      @scar2080 3 года назад +1

      @@JohnnyChivers also schedule? If so how?

    • @JohnnyChivers
      @JohnnyChivers  3 года назад +2

      Yes, but it’s not the nicest solution. AWS recommend using a lambda function to run the Athena query and you can schedule the lambda using a trigger/cloud watch. I’ll grab the link and post below.

    • @JohnnyChivers
      @JohnnyChivers  3 года назад +2

      aws.amazon.com/premiumsupport/knowledge-center/schedule-query-athena/