Skip to content

Project to demonstrate the fundamentals of data engineering.

Notifications You must be signed in to change notification settings

BubbaTLC/data-engineering-101

Repository files navigation

Data Engineering 101

The goal of this project is to demonstrate the fundamentals of data engineering. Although todays data engineers typically work within the cloud this project is designed to work 100% locally.

This project is heavily influenced on the teachings of the O'Reilly book Fundamentals of Data Engineering by Joe Reis, Matt Housley.

Data Engineering Life

data_engineering_life_cycle

Generation -> Storage -> Serve

Project Outline

./project
├── generation
│   ├── app
│   └── README.md
├── serve
│   ├── analytics
│   │   └── README.md
│   ├── datascience
│   │   └── README.md
│   ├── README.md
│   └── reverse_etl
│       └── README.md
└── storage
    ├── elt
    │   └── README.md
    ├── README.md
    ├── reverse_etl
    │   └── README.md
    └── warehouse
        ├── app
        ├── database
        └── README.md

About

Project to demonstrate the fundamentals of data engineering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published