No description
Find a file
2023-11-12 20:33:46 +01:00
conceptual-modeling Add presentation.tex 2023-05-25 22:46:48 +02:00
logical-modeling Add the chapter about the recommendation algorithm 2023-05-26 03:08:44 +02:00
sql Add the chapter about the recommendation algorithm 2023-05-26 03:08:44 +02:00
.gitignore Add presentation.tex 2023-05-25 22:46:48 +02:00
.woodpecker.yml Add .woodpecker.yml file 2023-11-12 20:33:46 +01:00
commons.tex Rework the style of the relationalschema environment 2023-05-25 22:46:48 +02:00
conclusion.tex Add the conclusion 2023-05-26 03:18:40 +02:00
introduction.tex Add the introduction 2023-05-24 15:45:43 +02:00
Makefile Add the chapter about the recommendation algorithm 2023-05-26 03:08:44 +02:00
presentation.tex Rework the Recommendation system frame 2023-05-26 03:34:39 +02:00
README.md Update README.md 2023-05-26 03:42:20 +02:00
report-2bis.tex Add the conclusion 2023-05-26 03:18:40 +02:00
sujet.pdf Update sujet.pdf 2023-05-08 09:05:16 +02:00

BD6 project

Project structure

.
├── README.md               # This file
├── report-2bis.pdf         # Final report
├── presentation.pdf        # Presentation slides
└── sql/                    # SQL scripts directory
   ├── filling/             # Filling scripts directory
   ├── queries/             # Queries scripts directory
   ├── create-tables.sql    # Create tables script
   ├── create-functions.sql # Create functions script
   ├── create-triggers.sql  # Create triggers script
   ├── drop.sql             # Drop functions and triggers script
   ├── db.py                # Tools to deploy and populate the database
   └── table.py             # Library used by db.py

Authors

HAMMOUCHE Hocine, N°22006279