Open Issues Need Help
View All on GitHubAI Summary: This issue proposes integrating Ruff linting into the GitHub Actions CI workflow. The goal is to ensure that any lint violations detected by Ruff will cause the CI pipeline to fail, thereby enforcing consistent code quality standards on every push and pull request.
This project is a fully automated ETL pipeline that extracts cryptocurrency data from a public API, transforms it using Python, and loads it into a PostgreSQL database hosted on AWS. The infrastructure is provisioned using Terraform, and the ETL script is executed serverlessly using AWS Lambda.