Skip to content

mitmedialab/Terra-Incognita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terra Incognita

A personal media geography browser and recommendation system.

Configuration

Dependencies:

  • MongoDB - need 3.4.0 or higher

Through PIP or easy_install:

Services:

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

  • Apache Server
  • Flask Server
  • MongoDB
  • CLIFF CLAVIN - accessed over http
  • Boilerpipe Server - accessed over http

MongoDB Configuration

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