You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
653 B

# ds52-tp (and at the same time ds53-tp)
My answers to the DS52 and DS53 practical sessions (resp. "Database Optimization" and "Business Intelligence Big Data").
I chose to avoid using Oracle SQL as much as possible, because I believe that it is a piece of software whose entire purpose is to lock people into the Oracle ecosystem.
## Running the code
You will need to run a local version of the databases; [you can find docker images for those here](https://git.shadamethyst.xyz/amethyst/ds52-db).
You can then copy `secret.json.example` to `secret.json`, and fill in the credentials accordingly.
*TODO: clean this up to automatically use docker*