practical-recommender-systems / moviegeek

A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.
MIT License
903 stars 362 forks source link

what is database table structure? #9

Closed baowg closed 6 years ago

baowg commented 6 years ago

Can the database table structure be provided ?

kimfalk commented 6 years ago

The Database structure is described in the book, but you can also find each of the tables described in the models.py files in each of the apps (analytics, collector, moviegeeks, recommender)