@elgrom has an interesting idea for predicting which article users are most likely to read next:Every time a user navigates between articles, log it.For each article, calculate the most popular “next” articleHere is how to do it in 12 lines of code with Redis and Ruby/Sinatra. (Next i’ll try it with Node for better scalability).require…… Continue reading “Next article” micro-analytics with Redis and Ruby