Git Product home page Git Product logo

real-world-application-project-for-big-data-with-apache-spark-and-aws-emr's Introduction

Real-world-application-project-for-Big-Data-with-Apache-Spark-and-AWS-glue

Project Idea

Here is my project idea to get started with Big Data concepts and ETL.

  1. We would like to generate Sales and Customer data on hourly/daily basis to emulate a production scenario.
  2. We would want to create a library of utility function that can be utilized by all future ETLs.
  3. We would like to create a small Data Lake on S3 and apply the Big Data optimization techniques on our tables and datasets.
  4. We would like to run multiple Big Data ETL on Amazon Glue
  5. ETL 1 : Daily/Hourly injection job that cleans the raw data on S3, extracts required fields and creates an incremental table.
  6. We would like to use Spark-SQL for our ETL work loads.

Project Design

Here is the design I came up with, and you could choose to replace any of the components with something you are more comfortable with. etl_pic2

When building ETL job, you perform Extract, Transform and Load operations. In this project, i learned how to use PySpark to perform these operations.

  1. Extract

    a. Check source data schema.

    b. Query source data.

  2. Transform

    a. Update data

    b. Aggregate Functions

    c. Merge & Split Data

  3. Load

    a. Write / Load Data at the Destination

Objectives and Outcomes

The project is designed to cover some key concepts of Big Data such as :

1.Spark-SQL

2.External Tables

3.Raw data processing

4.Daily jobs and incremental ETLs

5.Data Lake

6.Boto and other python utilities to communicate with S3 and aws glue spark cluster

7.Amazon AWS

8.Python

real-world-application-project-for-big-data-with-apache-spark-and-aws-emr's People

Contributors

1amitos1 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.