Skip to content

This project offers a business-focused solution for analyzing SQL query logs and predicting memory usage, primarily for AWS Athena.

Notifications You must be signed in to change notification settings

stamixthereal/forecast-athena-query-cost

Repository files navigation

Forecast Athena SQL Queries

This project comprises a suite of Python scripts designed to analyze SQL query logs and predict the memory usage of SQL queries. It involves downloading query logs from AWS Athena, processing these logs, and using machine learning to predict the memory usage of SQL queries.

Project Diagrams

Current Architecture Diagram

current-architecture

New Architecture Diagram

new-architecture