Open knarz opened 11 years ago
Something like this: http://square.github.com/crossfilter/ would be shiny for displaying all kinds of logging data.
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.
Should/Could we use redis for this?
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.
from db
logfile
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?