Ask HN: Good open source alternatives to Google Analytics?
11–20 of 154 posts
Re: Ask HN: Good open source alternatives to Google Analytics?
#12I use plausible for my very low traffic side project, mostly because it's easy to host yourself and free if you do so. https://github.com/plausible/analytics
Re: Ask HN: Good open source alternatives to Google Analytics?
#13The 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.
We use their hosted version.
Re: Ask HN: Good open source alternatives to Google Analytics?
#14https://lwn.net/Articles/822568/: lightweight options: GoatCounter and Plausible (open source), Simple Analytics and Fathom (closed)
https://lwn.net/Articles/824294/: more alternatives: Matomo and Open Web Analytics (fairly heavyweight but both open source), Countly (open core), Snowplow Analytics (open source but enterprise roll-your-own product), GoAccess (open source; analyzes web server logs)
Re: Ask HN: Good open source alternatives to Google Analytics?
#15Re: Ask HN: Good open source alternatives to Google Analytics?
#16Re: Ask HN: Good open source alternatives to Google Analytics?
#17Re: Ask HN: Good open source alternatives to Google Analytics?
#18The 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.
I also used it a lot back when it was Piwik and the biggest issue was that it is backed by a MySQL database, and the way the reporting engine was designed meant that it would get pretty slow to work with custom date ranges with large volumes of data. But it did support caching and would pre-build reports over certain date ranges (by day, by month, by week, MtD, YtD).
Re: Ask HN: Good open source alternatives to Google Analytics?
#19Edit: The GA api does allow for things like overriding the geolocation such that if you aren't sending the IP address, there's still relevant geo data to report on.