Skip to content

bot-nosense/deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Engineering Project Structure

Project Name  
├─ config/                         Configuration (e.g. , database connections, API keys)  
├─ data/                           Raw and processed data files  
├─ docs/                           Project documentation  
├─ etl/                            ETL(Extract, Transform, Load) scripts  
├─ pipelines/                      Data pipline orchestration scripts  
├─ src/                            Source code   
│    ├─ data/                      Data Processing and transformation scripts  
│    ├─ utils/                     Utility scripts and heler functions  
│    └─ validatation/              Data validation and quality assurance scripts  
├─ test/                           Unit and intergration tests  
├─ .gitignore                      Git ignore rules  
├─ .environment.yml                Coda environment file to manage dependencies  
└─ README.md                       Project overview and instructions  

About

Data Engineering Project Structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published