Welcome to the Data Engineering Intensive - Practices project! This hands-on repository is designed to help you learn and practice the different concepts of data engineering including Data Pipelines, Cloud Computing, DBT, etc.
This project includes hands-on implementation of the following concepts:
-
02 - Deep Dive Into Data Engineering
- 01 - Data Sources
- Relational Database
- Data Files
- APIs
- 01 - Data Sources
-
TBA
-
Python 3.11 / 3.12 / 3.13
python --version
-
pip
pip --version
-
Git
-
On teh GitHub repo, find and select 'Fork' on the top right conor
-
On the page 'Create a new fork', select 'create fork'
-
Clone teh repo to local
git clone <Replace with your repo URL>Window
Create a virtual environment
python -m venv .venvActivate the environment
.\.venv\Scripts\activateUsing Pip to install packages from requirements.txt file
pip install -r requirements.txt👨💻 👨💻
Justin Nguyen - Data Engineer