I have always used GoAccess on my blog ( https://2byt.es ) which gets very modest traffic because I don't post much and don't advertise outside of my few twitter followers. Privacy has always been a core principle of mine. I've found that over time, crawlers drown out the numbers of actual visitors but I find GoAccess hard to use to get any meaningful data from when interesting things do happen. Can anyone suggest a…
Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
21–30 of 35 posts
Re: Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
#22I have always used GoAccess on my blog ( https://2byt.es ) which gets very modest traffic because I don't post much and don't advertise outside of my few twitter followers. Privacy has always been a core principle of mine. I've found that over time, crawlers drown out the numbers of actual visitors but I find GoAccess hard to use to get any meaningful data from when interesting things do happen. Can anyone suggest a…
I use Cloudflare Web Analytics. Since I use Cf, I thought: why not utilize their analytics? Anonymous, no cookie, no fingerprinting and no localStorage. Edit: also, no JS if you have Pro (20usd/mo).
Re: Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
#23I have always used GoAccess on my blog ( https://2byt.es ) which gets very modest traffic because I don't post much and don't advertise outside of my few twitter followers. Privacy has always been a core principle of mine. I've found that over time, crawlers drown out the numbers of actual visitors but I find GoAccess hard to use to get any meaningful data from when interesting things do happen. Can anyone suggest a…
https://pirsch.io/ I'm one of the founders :) Check my post above (or below, who knows on hn?) for more details, or ask me. [Edit] Sorry, I did read "which I don't host" instead of the other way around. You can check out the open-source core library, that might work for you if you put in some work.
Re: Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
#24Earlier quoted context omitted.
I use Cloudflare Web Analytics. Since I use Cf, I thought: why not utilize their analytics? Anonymous, no cookie, no fingerprinting and no localStorage. Edit: also, no JS if you have Pro (20usd/mo).
I read that DNS analytics is not accurate too.
Re: Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
#25Re: Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
#26Re: Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
#27Earlier quoted context omitted.
Semi-related question: Is any type of web analytics 100% accurate?
I meant not as accurate as client tracking if ad blockers were not used. As far as I understand it.
My comment was not directly related to yours, I agree that DNS analytics are probably worse, I was just wondering if theoretically is it possible to produce high-accuracy analytics when everything can be spoofed/cached, etc.
Re: Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
#28Earlier quoted context omitted.
Semi-related question: Is any type of web analytics 100% accurate?
I meant not as accurate as client tracking if ad blockers were not used. As far as I understand it.
Re: Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
#29I have always used GoAccess on my blog ( https://2byt.es ) which gets very modest traffic because I don't post much and don't advertise outside of my few twitter followers. Privacy has always been a core principle of mine. I've found that over time, crawlers drown out the numbers of actual visitors but I find GoAccess hard to use to get any meaningful data from when interesting things do happen. Can anyone suggest a…
There is the --ignore-crawlers argument, on my modest projects it seems efficient but I've not look at it too precisely.
Re: Minimally Invasive (and More Accurate) Analytics: GoAccess and Athena/SQL
#30I want to second that plug for Athena for ad-hoc analysis. (If you're hosting your own stuff and at the scale where it'd be useful, there's Presto/Hive, which Athena is based on, and/or at Trino, the Presto fork maintained by some of its initial developers.) It was useful for me when tweaking spam/bot detection rules a while ago; if I could roughly describe a rule in a query, I could back-test it on old traffic and f…
To really jump into this, take a look at https://trino.io/blog/2020/12/27/announcing-trino.html.
A few more stats and info:
Trino commits: 22,383 Presto commits: 18,582
Trino slack members: 3,603 Presto slack members: 1,575
Trino supports iceberg: https://trino.io/docs/current/connector/iceberg.html HDP3 Support: https://github.com/trinodb/trino/issues/1218
Trino has addressed a critical security vulnerability that still exists in Presto: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1508...
Give our repo a star if you have a sec: https://github.com/trinodb/trino/blob/master/.github/star.pn...