/fhs-algorithms

Fh Salzburg MMT-M11 - Algorithms for the Social Web

Primary LanguageRuby

Algorithms for the Social Web

This repository just contains a few tasks out of a lecture at the University of Applied Science in Salzburg, Austria.

Probably it is not really interesting for people outside of this lecture :-).

You can download the data for the database here: www.informatik.uni-freiburg.de/~cziegler/BX/

And after that you just have to import the sql files: For example your database is called “algorithms” mysql -u root -p  algorithms < BX-Users.sql mysql -u root -p  algorithms < BX-Books.sql mysql -u root -p  algorithms < BX-Book-Ratings.sql