Code Monkey home page Code Monkey logo

telecom-etl-ssis's Introduction

Telecom - ETL

Table of contents

Introduction

Telecom-ETL is an ETL Package that extracts and ingests event data from multiple telecomunication industry files and stores the data in a relational database.

Tools

SQL Server - SSIS (SQL Server Integration Services)

Package Design

It consist of Control Flow and Data Flow

Control Flow

control-flow

  • Every run for the package we get new batch_id depending on the last batch_id at the audit_dim
  • Iterates the data files to extract data from it
  • Inserting a new record in the audit dimension includes batch_id, package name, file name
  • Executing the data flow task which makes the files data to the database and get the required auditing data like rejected_rows, inserted_rows and all_rows processed
  • Updating the auditing record with the number of proccessed rows, rejected rows and inserted rows
  • Moving the processed files to another location (Archiving)

Data Flow

data-flow

  • Reading the data from the files and check if it is matched with the data quality rules we made
  • If it is rejected from source, it will be stored in err_source_output table
  • If it is matched with the distenation constraints, it will be inserted
  • If it is not matched, it will ne recorded in the err_destination_output table
  • Getting the number of rejected and inserted data for auditing purposes
  • Mapping the audit_id to the tables audit_id
  • Making the required derived columns like tac, snr columns from imei column

Database Schema Design

schema

Usage

  1. Setup SQL Server Data tools and the sql server integration service
  2. Open the package with SSDT and run the package
  3. Make sure to check the folder location of the files.

telecom-etl-ssis's People

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

mo7amedhesham

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.