NoSQL: Website Statistics Using Node.js and Redis

| | bookmark | email

Website Statistics Using Node.js and Redis

A particular good fit are the fast, atomically incremented counters which can be used in multiple dimensions like: hits-by-app, hits-by-url, hits-by-day, plus combinations. The following gist gives a good idea:

tags:redis,node.js,redis usecase

via NoSQL databases