MongoDB - Using MongoDB for Real-time Analytics
Some MongoDB developers use the database as a way to track real-time performance metrics for their websites (page views, uniques, etc.) Tools like Google Analytics are great but not real-time — sometimes it is useful to build a secondary system that provides basic realtime stats.
via blog.mongodb.org
This article presents a rather trivial example of how to use MognoDB's powerful search capabilities and volume storage to efficiently provide real-time analytics. Keep up the super cool work guys!