This project demonstrates ETL (Extract, Transform, Load) skills by collecting and processing air quality data for Washington state. It showcases the use of serverless architecture and API endpoints for efficient data handling and delivery.
- AWS Lambda: For periodic data collection and processing
- Amazon API Gateway: To create and manage API endpoints
- SQL: For data storage and manipulation through stored procedures
The repository contains two main folders:
- Data Collection Lambda Function
- Data Delivery Lambda Function
- Automated data collection every 15 minutes using AWS Lambda
- API endpoints for data delivery, managed through Amazon API Gateway
- SQL procedures for efficient data manipulation and storage
- Add more API endpoints for diverse data access
- Explore creative applications for the growing air quality database
This project is a work in progress and primarily serves as a demonstration of ETL skills and cloud service integration. Some components may be incomplete or placeholder, reflecting the ongoing development nature of the project.
This project is currently not open for contributions as it's a personal portfolio piece.