My answers to the practical sessions of the DS52 and DS53 classes (resp. "Database Optimization" and "Business Intelligence Big Data")
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
🎉 First commit
1 year ago
ds53-tp1 🎉 First commit 1 year ago
src 🎉 First commit 1 year ago
tp1 🎉 First commit 1 year ago
tp2 🎉 First commit 1 year ago
.gitignore 🎉 First commit 1 year ago
README.md 🎉 First commit 1 year ago
package-lock.json 🎉 First commit 1 year ago
package.json 🎉 First commit 1 year ago
secret.json.example 🎉 First commit 1 year 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