Showing 4 Result(s)

Implementing a Medallion Architecture Data Pipeline on Azure with Data Factory, Databricks, and DBT

In this project, I built a medallion architecture data pipeline on Azure, integrating Azure Data Factory, Databricks, and dbt to process and transform data across bronze, silver, and gold layers. It was a practical, real-world application of data engineering concepts, focusing on scalability and data quality. For a full breakdown of the process, challenges, and …

Real-Time Weather Data Streaming and Analysis on Azure

Project description in details at Medium.com: Description This project showcases the development of an end-to-end real-time streaming data pipeline using Microsoft Azure services. The objective was to ingest weather data from a public API, process it in real-time, and deliver actionable insights through visualizations and alerts, all while prioritizing cost efficiency and security. By leveraging a …

Data Engineering: Sentiment Analysis Pipeline using Microsoft Fabric

Project description in details at Medium.com: https://medium.com/@jushijun/microsoft-fabric-end-to-end-data-engineering-bing-data-analytics-4220b25bf1cd 1. Environment Setup Create an Azure resource group Add Bing News API for data retrieval Create a Microsoft Fabric workspace Create a Lakehouse for data storage 2. Data Ingestion Retrieve news feed data from the Bing News API Store raw JSON data in the Lakehouse 3. Data Transformation …