amix has
2012-12-15T20:05:59.000Z
recently released bitmapist and bitmapist.cohort - - realtime analytics with Redis bitmaps!
dada
2012-12-16T00:02:44.000Z
this is great (rock)
lindes says
2012-12-16T11:11:36.000Z
hmm, I don't get it. More specifically, I don't understand what problem this solves that wasn't already solved, and/or easily solved by a SQL query, and/or would require a great deal of integration work, or… ?
Urkonn
2012-12-17T04:41:26.000Z
nice
立即下載
amix
2012-12-17T15:34:13.000Z
lindes: you can track millions of events in real-time using very little system resources. implementing this without bitmaps would require a lot of hardware.
lindes says
2012-12-17T15:55:52.000Z
ahhhh, ok. guess I skimmed too quickly. cool.