TheDataCode / Automating-Restaurant-Operations-with-MySQL

Created a database for a fictitious restaurant with stored procedures for data retrieval and connection pools to handle requests .

Repository from Github https://github.comTheDataCode/Automating-Restaurant-Operations-with-MySQLRepository from Github https://github.comTheDataCode/Automating-Restaurant-Operations-with-MySQL

Season Restaurant Database Data Retrieval

Created a MySQL database for a fictitious restaurant (season_restaurant) using MySQL/Python connector.

Summary of project

Created connection pools to handle user requests.
Created Stored Procedures to automate repeated report.

Stored Procedures:

PeakHours():
Created a procedure that retrieves peak hours and their corresponding number of bookings

GuestStatus():
Created a stored procedure that retrieves guest activity status and employees assigned to these guests.

BasicSalesReport():
Stored Procedure that returns aggregated sales report in the database

season_restaurant_db

About

Created a database for a fictitious restaurant with stored procedures for data retrieval and connection pools to handle requests .

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%