Coder Social home page Coder Social logo

slowly-changing-dimension-scd-type-1-using-adf-project-11's Introduction

Slowly-Changing-Dimension-SCD-Type-1-Using-ADF-Project-11

In this project, I discussed about Slowly changing Dimension Type1 using mapping data flows in Azure Data Factory (ADF).

Banner

    End to End Data-Pipeline-Project

Data Pipeline using Azure DataFactory


๐Ÿ’พ Dataset

Dataset :

SQL script:

CREATE TABLE employee ( employee_id INT, FirstName NVARCHAR(128), salary INT, location NVARCHAR(128) )

INSERT INTO EMPLOYEE VALUES(1,'manish',10000,'india') INSERT INTO EMPLOYEE VALUES(2,'NEHA',5000,'india') INSERT INTO EMPLOYEE VALUES(4,'SURYA',5000,'UK')

Business Requirement.

image

Design and Development of pipeline:

image

Project steps to follow:

what we have covered in this project:

  • We have Covered End to End ADF Pipeline Project
  • Developed the Data Pipeline according to the business requirement

โš™๏ธ Data Pipeline

Create the resources for Data pipeline and processing using AZURE DATA FACTORY. image

Azure SQL Server: image image image image

Create the Azure Data Factory: image

Create Source point: image

image

image

Dataflow : image image

Debug: image

Data Preview: image

pipeline 1: image

pipeline 2,3: image

Publish all the Activities and dataflow: image

Run pipelines: image image

Desired Output - SQL SCD operation : image

image

๐Ÿ› ๏ธ Technologies Used

  • Data Pipeline: Azure Data Factory
  • Data Loading: Azure SQL Server, Database.

๐Ÿ“‹ Credits

๐Ÿ“จ Contact Me

LinkedIn โ€ข Gmail โ€ข

slowly-changing-dimension-scd-type-1-using-adf-project-11's People

Contributors

zbalachandar avatar

Watchers

 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.