Skip to content

malakShehada/ERD-Kiwilytics-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧩 ERD - Kiwilytics Project

This repository contains the Entity-Relationship Diagram (ERD) for a retail sales database designed as part of the Kiwilytics Data Engineering Course.


πŸ“˜ Project Overview

The ERD illustrates how data is structured and related across different entities in a retail business system.
It serves as the foundation for designing the database schema that supports data storage, querying, and analysis.


🧱 Entities and Relationships

The database consists of the following main tables:

  • Employees – Stores information about company employees who handle customer orders.
  • Customers – Contains customer data such as names, contact info, and addresses.
  • Orders – Represents customer orders and links customers to employees and shippers.
  • Order_Details – Contains details of products within each order (quantity, price, discount).
  • Products – Holds product information, supplier details, and category references.
  • Suppliers – Lists all suppliers and their contact details.
  • Category – Defines product categories (e.g., beverages, electronics).
  • Shippers – Stores information about shipping companies.

πŸ–ΌοΈ ERD Diagram

Below is the database diagram designed in drawSQL:

ERD Diagram


πŸ’‘ Use Case

This database design can be used for:

  • Building a Data Warehouse for business analytics
  • Tracking sales performance and employee productivity
  • Performing ETL processes and data integration tasks
  • Creating dashboards for business intelligence (BI) tools

πŸ› οΈ Tools Used

  • drawSQL – for designing and visualizing the ERD
  • GitHub – for project version control and portfolio presentation

πŸ“‚ Author

Malak Shehada
Data Engineering Student at Kiwilytics

About

Entity-Relationship Diagram for a retail sales database, representing how different business entities such as employees, customers, orders, and products are connected. This ERD was designed as part of the Data Engineering course under the Kiwilytics training program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors