Project II of Advanced Database System (CS-422) of EPFL
- Cube Operator.
- Theta Join Operator (M-Bucket-I Algorithm).
- Data Streaming Pipeline.
- Install scala.
- Install scala build tool, sbt.
- Ensure you have GNU make.
- Ensure your environment has recognized scala and sbt:
# Example
which scala
$ /usr/local/bin/scala
which sbt
/usr/local/bin/sbt- Read about apache spark and hadoop, the latter may not really be necessary to read.
- Clone this repository.
Go to CS422-Project2 dir and follow the README there:
cd CS422-Project2Go to docker dir and follow the README there:
cd dockerMIT.