Giter VIP home page Giter VIP logo

data-modeling-etl-pipeline-with-postgres's Introduction

Data-Modeling-ETL-pipeline-with-Postgres

This project consists of creating a database schema and an ETL pipeline from a music streaming app collected data.
The data resides in a directory of JSON logs containing user activity as well as JSON metadata on the songs.

. ##file structure

├──run.sh

├──src

│ ├── create_tables.py

│ ├── etl.py

│ ├── sql_queries.py

├──input

│ ├── data

│ ├── log_data

│ ├── song_data

##Runing the ETL

-executing run.sh will run create_tables.py then etl.py

-create_tables.py: the creation of schema structure into the postgres database

-etl.py:main ETL process

-the JSON logs resides in the input directory

Database Schema Design

Song Plays table

  • Name: songplays
  • Type: Fact table

Users table

  • Name: users
  • Type: Dimension table

Songs table

  • Name: songs
  • Type: Dimension table

Artists table

  • Name: artists
  • Type: Dimension table

Time table

  • Name: time
  • Type: Dimension table

##How to run: -Make the script executable with command chmod +x run.sh -Run the script using ./run.sh

data-modeling-etl-pipeline-with-postgres's People

Watchers

James Cloos avatar Yacine Benzerga 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.