nkalambur / SI507_FinalProject

Repo for final project
0 stars 0 forks source link

SQL stuffs #4

Open nkalambur opened 6 years ago

nkalambur commented 6 years ago
aerenchyma commented 6 years ago

This could be very interesting (sounds like quite the project...!). I'd recommend thinking about how the database tables can be most useful to you -- maybe it makes sense to have a sentiment score be a field of a Tweet table, but have a table for Tweets and users, or some other entity (e.g. saving data about users he mentions on Twitter, or hashtags he uses, or something of that nature -- another "object" that Tweet data could get you, instead of just saving scores as rows).