mitmedialab / Terra-Incognita

Your personal media geography. Catherine's thesis project.
9 stars 0 forks source link

================= Terra Incognita

A personal media geography browser and recommendation system.

Configuration

Dependencies:

Through PIP or easy_install:

Services:

What needs to be running for Terra Incognita to do its work

MongoDB Configuration

Create an index on the user history items collection like this: db.user_history_items.createIndex( { "lastVisitTime": -1 } )