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.
Shad Amethyst
60559728d3
|
2 years ago | |
---|---|---|
ds53-tp1 | 2 years ago | |
src | 2 years ago | |
tp1 | 2 years ago | |
tp2 | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
secret.json.example | 2 years ago |
README.md
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.
You can then copy secret.json.example
to secret.json
, and fill in the credentials accordingly.
TODO: clean this up to automatically use docker