Well, it's certainly uncontaminated by cheese.
Go to file
casker2209 107167bdb3 Fixing arrows 2020-07-07 16:40:26 +07:00
report Update report.tex 2020-07-06 22:24:25 +07:00
slides Add slides template 2020-07-07 15:56:32 +07:00
sql Outline report and nitpick 2020-07-05 22:41:05 +07:00
tools Blacklist a few more projects (sorry!) 2020-07-05 13:32:46 +07:00
.gitignore Add slides template 2020-07-07 15:56:32 +07:00
.travis.yml Draft a way to fetch metadata from PyPI 2020-06-22 21:56:03 +07:00
ER Diagram.jpg Fixing arrows 2020-07-07 16:40:26 +07:00
LICENSE Initial commit 2020-06-20 17:52:11 +07:00
README.md Fix classifiers and speed up 2020-07-05 01:21:31 +07:00
tox.ini Refactor a little 2020-07-04 17:00:17 +07:00

README.md

cheese-shop

Well, it's certainly uncontaminated by cheese.

Setup

In MySQL, first load the database definition:

SOURCE sql/def.sql;

Then, create an user named wensleydale with appropriate permissions to be used by mysql.connector:

SOURCE sql/ctl.sql;

To insert the metadata to the cheese_shop database, open a shell and run

pip install -r tools/requirements.txt
python tools/make-cheeses.py

The script runs on Python 3.6 and above.