This project implements an ETL (Extract, Transform, Load) pipeline that retrieves weather data from the OpenWeatherMap API, processes it, and stores it in a SQL Server database. The stored data is ...
This project designs a data warehouse using the Online Retail dataset from UCI Machine Learning Repository. It applies a star schema in SQL Server, processes data through an ETL pipeline with SSIS, ...