Giter Site home page Giter Site logo

azure-end-to-end-pipeline's Introduction

Azure End-to-End Pipeline - Airline Reliability

Architecture

Motivation

The aim of this project was to get familiar with popular Azure data engineering services, mainly; Azure Data Factory (ADF), Azure Databricks, Azure Data Lake Storage (ADLS) Gen2 & Azure Synapse. A Power BI Dashboard was also created to visualize the results.

Data

For this project, arrivals and departures to/from Malta International Airport (MLA) were analyzed and data for 1 week was gathered from the 16th till the 23rd of September 2023.

Summary

This project uses ADF as an orchestration tool. Every day for the whole week an ADF trigger at 11:30am (CEST timezone) would be initiated so that by mid-day the data would be readily available. The steps that make up the project are as follows:

  1. Flight Data Source: The data was obtained from the FlightRadar24 website using a python script in Azure Databricks. Web scraping best practices are used, such as; setting random sleep times and rotating user-agents.
  2. Ingestion: Using Azure Databricks, the data is read using PySpark, ingested and saved as Delta Lake format in an (Ingestion) ADLS container.
  3. Transformation: Again Azure Databricks is used to transform the data using PySpark. The data is again saved in Delta lake format in another (Transformation) ADLS container.

Note: In both ingestion & transformation ADLS containers, data is partitioned by date

  1. Analytics: A Star Schema dimensional model is created in Azure Synapse. Views are created on top of this model to analyze the data and facilitate reporting. The built-in Synapse serverless SQL database is used for all scripts.

  1. Dashboarding: Power BI is connected with the SQL database in Azure Synapse. To get the latest data, the Refresh button is pressed in Power BI (this would be done after the ADF trigger is completed).

Tools & Technologies

  • Orchestration - ADF
  • Data Storage - ADLS Gen2
  • Transformation - Azure Databricks
  • Analytics - Azure Synapse
  • Data Visualization - Power BI
  • Languages - PySpark, Python, SQL

Dashboard

azure-end-to-end-pipeline's People

Contributors

mxk3mbr3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.