wwchen / FootTraffic

A CSCE 470 production, presented by wwchen and eric_wood
http://courses.cse.tamu.edu/caverlee/csce470/project.html
1 stars 0 forks source link

Finalize Database Schema (Checkins, Locations) #8

Open eric-wood opened 12 years ago

eric-wood commented 12 years ago

What we need to do

Checkins

wwchen commented 12 years ago

Checkins table schema is pretty much finalized. It is as below: Checkin(id: integer, user_id: string, place_id: string, place_name: string, post_date: datetime, latitude: float, longitude: float, url: string, processed: boolean)

wwchen commented 12 years ago

The sample twitter data from the research paper is moved from the Checkins table to Oldcheckins. It currently doesn't have a model. We may look back and leverage these data at a later date