Ask HN: Good open source alternatives to Google Analytics?
1–10 of 154 posts
Re: Ask HN: Good open source alternatives to Google Analytics?
#2Re: Ask HN: Good open source alternatives to Google Analytics?
#3The standard recommendation is https://matomo.org/ . I’ve used it in production once (when it was called Piwik) and it seemed reasonable, but I’m not sure how it stacks up right now.
Re: Ask HN: Good open source alternatives to Google Analytics?
#4Re: Ask HN: Good open source alternatives to Google Analytics?
#5I used simple technologies (MySQL/PHP) for performance and portability reasons and, compared to other self-hosted alternatives, it provides features that you can only find on expensive SaaS product-analytics platforms (heatmaps,session recordings,ab tests, etc.).
Let me know if you have any questions about UXWizz or self-hosting in general.
Re: Ask HN: Good open source alternatives to Google Analytics?
#6https://github.com/lbrito1/android-analytics
Blog post: https://lbrito1.github.io/blog/2020/07/replacing_google_anal...
Re: Ask HN: Good open source alternatives to Google Analytics?
#7Re: Ask HN: Good open source alternatives to Google Analytics?
#8Re: Ask HN: Good open source alternatives to Google Analytics?
#9Re: Ask HN: Good open source alternatives to Google Analytics?
#10I have used both and stuck at Plausible. A few reasons (subjective):
1. Plausible is GDPR compliant by default, it has an effective way to measure analytics throughout the day without cookies
2. It is simple and that's key. I don't need to know much, Plausible just gives me that
3. It's fairly lightweight. Matomo is quite heavy and as my VPS'es are pretty much scaled down, less is just more
4. The Plausible self-hosting doc is centered around Docker, which is the architecture I use myself and is set up in literally a few minutes