A simulation of eBay’s database development, a leading global e-commerce platform with millions of buyers and sellers.
A database design and development assignment for the course Database Design and Development (67-262) at Carnegie Mellon University. The purpose of this project is to explore the database development life cycle by replicating part of eBay’s foundational work.
The project uses Postgres as the relational database management system, SQL as the query language, and Psycopg2 as the Python library that connects the database and the user interface. It followed the requirements and specifications provided by the course instructor. This project did not intend to replicate the full scale and complexity of eBay’s actual database.
Fall 2022