An in-progress project split into the following phases:
Automate entire end-to-end pipeline of ingesting my Trakt (movies/tv) data via API, storing in a SQLite database, and displaying in a Streamlit dashboard.
Push Docker container to AWS -> ECR and ECS and EC2 will be used to run ingestion script daily and to maintain live version of Streamlit dashboard
Create terraform infrastructure for AWS resources
Implement CI/CD workflow using GitHub Actions for all of the above