https://github.com/panoschatzi/paris_olympics_2024_database
A postgreSQL database of 2024 Paris Olympics.
https://github.com/panoschatzi/paris_olympics_2024_database
cs50sql-final-project database docker postgresql sql
Last synced: 2 months ago
JSON representation
A postgreSQL database of 2024 Paris Olympics.
- Host: GitHub
- URL: https://github.com/panoschatzi/paris_olympics_2024_database
- Owner: PanosChatzi
- License: mit
- Created: 2024-12-29T17:48:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T15:51:57.000Z (over 1 year ago)
- Last Synced: 2025-11-10T20:33:57.633Z (7 months ago)
- Topics: cs50sql-final-project, database, docker, postgresql, sql
- Homepage: https://github.com/PanosChatzi/Paris_Olympics_2024_database/blob/main/DESIGN.md
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paris_Olympics_2024_database
Welcome to the repository for the final project of CS50's Introduction to Databases with SQL course.
This repository contains the code to create the Paris Olympics database in PostgreSQL, insert the data in tables, optimize searches using indexes, and queries to retrieve individual athlete and teams information, the distribution of participants and medallists, and the top performing countries.
### Repository Structure
- [DESIGN.md](DESIGN.md): Database design information
- [schema.sql](schema.sql): code to create the database schema
- [queries.sql](queries.sql): sample queries to retrieve athlete and medal information
- [login.sql](login.sql): information to login to PostgreSQL in Docker
### Technologies
- postgreSQL
- codespaces
- docker
- mermaid.js
### Database schema

### Sources
- [CS50-SQL](https://cs50.harvard.edu/sql/2024/)
- [Kaggle dataset](https://www.kaggle.com/datasets/piterfm/paris-2024-olympic-summer-games)
### License
This repository is for educational purposes only.