Author: Meng-Han Chung, Mayur Jain
Stupar, Aleksandar, and Sebastian Michel. "Being picky: processing top-k queries with set-defined selections." Proceedings of the 21st ACM international conference on Information and knowledge management. ACM, 2012.
Million Song Dataset Reference: http://millionsongdataset.com/
- MySQL
- mysql-connector-java-8.0.18.jar
- Eclipse
- Java SE Development
/dataset/songs.csv /dataset/setQueryLog.sql
-
Dowload the dataset from the website of Million Song. Then, add 3 columns in the songs table (id, artist_hotttnesss_int, artist_familiarity_int).
-
Activate the query log by using the script in file dataset.
Excute the code by using Eclipse with mysql-connector-java-8.0.18.jar library