Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.19 KB

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