Earlier quoted context omitted.
MixPanel can do this and they have a free plan. I custom-built my own cohort reports but as number of users grow in my own app, I'm planning to replace it with MixPanel. You don't really want to put stress on your own database servers which are meant for production, not for analysis.
You should not be doing analysis (OLAP) on your main transactional database (OLTP). Moving from transaction-processing system (TPS) to analysis is done through a process call ETL (Extract, Transform, Load.) You will want to transform your data into facts and dimensions -- this is going from a relational model to a multidemensional model (using a star schema.)
Tell HN: My Web App has 13 Users
161–166 of 166 posts
Re: Tell HN: My Web App has 13 Users
#162Pfff. 13 users are much more than my pet project ( http://www.DNSDigger.com ) has. It is a couple of years old but i recently started with paid accounts and API-access.
That's actually a pretty cool service! I was looking for a reverse dns lookup site like that a while back. A few thoughts: -You should make the explanation of what your site offers a little bit more clear. It took me a few minutes to figure it out. -What is the Google Analytics/Adsense lookup Database part? I can lookup sites that use a specific google analytics or adsense id?
Re: Tell HN: My Web App has 13 Users
#163Pfff. 13 users are much more than my pet project ( http://www.DNSDigger.com ) has. It is a couple of years old but i recently started with paid accounts and API-access.
WOW! Thats pretty sweet. Would be nice to see some v6 (psst. may be one more feature for the paid account ;)
Re: Tell HN: My Web App has 13 Users
#164Re: Tell HN: My Web App has 13 Users
#165Earlier quoted context omitted.
You should not be doing analysis (OLAP) on your main transactional database (OLTP). Moving from transaction-processing system (TPS) to analysis is done through a process call ETL (Extract, Transform, Load.) You will want to transform your data into facts and dimensions -- this is going from a relational model to a multidemensional model (using a star schema.)
but that would be another system to maintain. I'm happy to outsource this to MixPanel or some other company. My needs are pretty generic. I appreciate your response though.