> for those who care about privacy. As a user, I dont see tracking by specifically google being the problem; what I'm against is being tracked _at all_ - by anyone, self hosted or not. There's "caring about privacy" in the subheadings, yet there's a whole section in docs about collecting private data [1]. Empty words. I've used goaccess [2] in the past to provide traffic analytics. It reads from nginx/apache logs. Yo…
Show HN: Ackee – Self-hosted website analytics
11–20 of 52 posts
Re: Show HN: Ackee – Self-hosted website analytics
#12A side project I've been working on for a while now. Ackee is a self-hosted, Node.js based analytics tool for those who care about privacy. It runs on your own server, analyses the traffic of your websites and provides useful statistics in a minimal interface. If you have any questions or feedback, just write it here :) Thanks!
Looks good! We removed analytics from our sites for privacy and simplicity reasons so I’ll consider this. Does it use JavaScript clientside or hook up to express or nginx or both? Before google analytics I remember there were a few self hosted tools in this space. Would you mind adding a list of the most current ones that people are using? I need to get caught up.
Fathom: https://github.com/usefathom/fathom
Goatcounter: https://github.com/zgoat/goatcounter
Freshlytics: https://github.com/sheshbabu/freshlytics
There's also a non-oss but privacy focussed analytics - http://simpleanalytics.com
Disclaimer: I'm the creator of Freshlytics
Re: Show HN: Ackee – Self-hosted website analytics
#13> for those who care about privacy. As a user, I dont see tracking by specifically google being the problem; what I'm against is being tracked _at all_ - by anyone, self hosted or not. There's "caring about privacy" in the subheadings, yet there's a whole section in docs about collecting private data [1]. Empty words. I've used goaccess [2] in the past to provide traffic analytics. It reads from nginx/apache logs. Yo…
I think we need to recognize privacy as a spectrum and applaud self-hosted alternatives to traditional saas services even if they don't conform to your notion of tracking.
Re: Show HN: Ackee – Self-hosted website analytics
#14Bounce Rate: The percentage of visitors to a particular website who navigate away from the site after viewing only one page.
Aside form that one it would be useful to track Page Views per Session, PVs per Page Type (homepage versus article page), and even Page Depth (per Page Type)
Just a thought. Still really nice.
Re: Show HN: Ackee – Self-hosted website analytics
#15Re: Show HN: Ackee – Self-hosted website analytics
#16A side project I've been working on for a while now. Ackee is a self-hosted, Node.js based analytics tool for those who care about privacy. It runs on your own server, analyses the traffic of your websites and provides useful statistics in a minimal interface. If you have any questions or feedback, just write it here :) Thanks!
We used to provide our own stats software to our customers before it became an utter nightmare of indexing databases, cron jobs, report generation, and customers stepping over their hosting quotas because of all the stats data.
Re: Show HN: Ackee – Self-hosted website analytics
#17Looks very promising. Might I also suggest a few other useful metrics: Bounce Rate: The percentage of visitors to a particular website who navigate away from the site after viewing only one page. Aside form that one it would be useful to track Page Views per Session, PVs per Page Type (homepage versus article page), and even Page Depth (per Page Type) Just a thought. Still really nice.
Re: Show HN: Ackee – Self-hosted website analytics
#18A side project I've been working on for a while now. Ackee is a self-hosted, Node.js based analytics tool for those who care about privacy. It runs on your own server, analyses the traffic of your websites and provides useful statistics in a minimal interface. If you have any questions or feedback, just write it here :) Thanks!
Looks good! We removed analytics from our sites for privacy and simplicity reasons so I’ll consider this. Does it use JavaScript clientside or hook up to express or nginx or both? Before google analytics I remember there were a few self hosted tools in this space. Would you mind adding a list of the most current ones that people are using? I need to get caught up.
Re: Show HN: Ackee – Self-hosted website analytics
#19Earlier quoted context omitted.
Looks good! We removed analytics from our sites for privacy and simplicity reasons so I’ll consider this. Does it use JavaScript clientside or hook up to express or nginx or both? Before google analytics I remember there were a few self hosted tools in this space. Would you mind adding a list of the most current ones that people are using? I need to get caught up.
Couple of ones I can think of: Fathom: https://github.com/usefathom/fathom Goatcounter: https://github.com/zgoat/goatcounter Freshlytics: https://github.com/sheshbabu/freshlytics There's also a non-oss but privacy focussed analytics - http://simpleanalytics.com Disclaimer: I'm the creator of Freshlytics
Re: Show HN: Ackee – Self-hosted website analytics
#20A side project I've been working on for a while now. Ackee is a self-hosted, Node.js based analytics tool for those who care about privacy. It runs on your own server, analyses the traffic of your websites and provides useful statistics in a minimal interface. If you have any questions or feedback, just write it here :) Thanks!