MSR 2014
E
very dataset can be downloaded as a mongoDB dump. To restore each one as a separate mongoDB database follow the instructions bellow.
$ wget http://alazar.people.ysu.edu/msr14data/datasets/esmall.tar.gz
$ tar zxvf esmall.tar.gz
$ mongorestore
$ mongo esmall
mongo> show collections
mongo> db.initial.count()
1000
mongo> db.clear.count()
878
mongo> db.pairs.count()
220