Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 311 Bytes

athena.md

File metadata and controls

15 lines (10 loc) · 311 Bytes

Athena

Interactive query service for analyzing s3 data using standard sql. Serverless service. Uses Presto and Hive on the backend. Supports:

  • Csv, tsv, json or text
  • ORC
  • Parquet
  • Compression: snappy, zlib, lzo, gzip

You can create an Athena table with a Glue crawler.

Blogs

Docs

Code