Parth's Blog

© 2021. Parth Patil All rights reserved.

Using BitSets for User Analytics

I 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

comments powered by Disqus