Would cassandra be a good choice for creating a funnel analytics type
product similar to mixpanel?

e.g.  You create a set of events and store them in cassandra for things
like:

event#1 user visited product page
event#2 user added product to shopping cart
event#3 user clicked on checkout page
event#4 user filled out cc information
event#5 user purchased product

Now in my web application I track each user and store the events somehow in
cassandra (in some column family etc)

Now how will I pull a report that produces results like:

70% of people added to shopping cart
20% checkout page
10% filled out cc information
4% purchased the product


And this is for a Saas, so this report would be for thousands of customers
in theory.

Reply via email to