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.

1 Open Issue Need Help Last updated: Feb 11, 2026

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 2/5
good first issue Automation

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.

Python