Using BitSets for User Analytics
21 Mar 2013I read about a neat trick to do user analytics using Redis BitSets in this article And I thought to hack up a simple finagle(finatra) based service that provides an API to do this kind of user analytics without needing Redis.
For BitSets I used the javaewah library
So I have started a small project called cardino-db and you can check the source code here