Coder Social home page Coder Social logo

tiwiex / data-warehousing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from isaaclucky/data-warehousing

0.0 0.0 0.0 7.14 MB

Data warehouse tech stack with PostgreSQL, DBT and Airflow

License: MIT License

Shell 38.19% Python 42.47% Jupyter Notebook 18.79% Procfile 0.55%

data-warehousing's Introduction

Data warehouse tech stack with PostgreSQL, DBT and Airflow

Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

Data Engineering Sensor Data

A fully dockerized ELT pipeline project, using PostgreSQL, dbt, Apache Airflow, and Redash.
Explore the docs »

Articles

Table of Contents

Project Structure

images:

  • images/ the folder where all snapshot for the project are stored.

logs:

  • logs/ the folder where script logs are stored.

data:

  • *.csv.dvc the folder where the dataset versioned csv files are stored.

.dvc:

  • .dvc/: the folder where dvc is configured for data version control.

.github:

  • .github/: the folder where github actions and CML workflow is integrated.

models:

  • models: the folder where DBT model queries are stored.

notebooks:

  • eda.ipynb: a jupyter notebook for exploring the data.

root folder

  • requirements.txt: a text file lsiting the projet's dependancies.
  • setup.py: a configuration file for installing the scripts as a package.
  • README.md: Markdown text with a brief explanation of the project and the repository structure.
  • Dockerfile: build users can create an automated build that executes several command-line instructions in a container.
  • docker-compose.yaml: Integrates the various docker containers and run them in a single environment.

Installation guide

git clone https://github.com/isaaclucky/data-warehousing.git
cd data-warehousing
sudo python3 setup.py install

Tech Stack

Tech Stack used in this project

Getting Started

Prerequisites

Make sure you have docker installed on local machine.

  • Docker
  • DockerCompose

Installation

  1. Clone the repo
    git clone https://github.com/isaaclucky/data-warehousing.git
  2. Run
     docker-compose build
     docker-compose up
  3. Open Airflow web browser
    Navigate to `http://localhost:8000/` on the browser
    activate and trigger dbt_dag
    activate and trigger migrate
  4. Access the DBT models and docks
     dbt docs serve --port 8081
     Navigate to `http://localhost:8081/` on the browser
  5. Access redash dashboard
    docker-compose up 
    Navigate to `http://localhost:3500/` on the browser
  6. Access your PostgreSQL database using adminar
    Navigate to `http://localhost:8080/` on the browser
    choose PostgreSQL databse
    use `airflow` for username
    use `airflow` for password

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Yishak Tadele - @email Contact Me - @contact

Acknowledgements

data-warehousing's People

Contributors

isaaclucky 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.