disphenoid / tapes.fm

Webapp tapes.fm
http://tapes.fm
0 stars 0 forks source link

basic stats #2

Open knarz opened 11 years ago

knarz commented 11 years ago

from db

Maybe introduce »interesting« users in the future based on loves/views/genres…

How often do we need new data? Real time? Is every couple of minutes enough?

knarz commented 11 years ago

Something like this: http://square.github.com/crossfilter/ would be shiny for displaying all kinds of logging data.

knarz commented 11 years ago

We would also need a seperate (or more tables) to store historical data, i.e. at date x there were n users and whenever the user count increases a new row/document gets inserted into the table.

disphenoid commented 11 years ago

Should/Could we use redis for this?

http://redis.io/commands/incr

knarz commented 11 years ago

I think mongo would work just fine for now because most of the Data stored is in the db already., we would just need to keep track of the changes.