Live data from Hacker News

Show HN: Vince – A self hosted alternative to Google Analytics

github.com

71–80 of 92 posts

Re: Show HN: Vince – A self hosted alternative to Google Analytics

#71
Going through the docs I find you don't actually have a bit about how to make your website to use it. I mean I can work it would and it'll be obvious to proper front end developers but at not point do you say:

"Add the following line to you page source to send data to Vince"

Re: Show HN: Vince – A self hosted alternative to Google Analytics

#73

Earlier quoted context omitted.

What I understand they’re doing is storing the salt in one place, a set of hashed IP addresses in another place, then daily trashing the lot after counting the number of elements in the set and storing that. Information-theory-wise, this is no different to just storing the actual IP addresses (and deleting them daily after tallying, as before). It does mean that you need to obtain two things instead of just one, but…

If you throw away the daily random salt (but keep the obscured IP address), how can you check a single value for a match the next day?

Refer to my understanding in the first paragraph—I don’t think they’re retaining the hashed values after a day either? If they are, sure, apply my last paragraph, you can’t do a single match any more. (But the whole thing would still definitely be susceptible to deanonymisation.) But at the very least, it’s easily reversible for up to 24 hours.

Re: Show HN: Vince – A self hosted alternative to Google Analytics

#74
Nice Work! Very easy to install and use.

I deployed this on our cloud (excloud.in) in less than 2 mins.

Anyone you can use the below k8s manifest to deploy it to their k8s cluster. Just change the admin password before doing so.

https://gist.github.com/lomkju/90fe7500d8cf854bf3b7c2f26aa58...

Re: Show HN: Vince – A self hosted alternative to Google Analytics

#75
post #26

My go-to self hosted GA alternative is goatcounter https://www.goatcounter.com . It would be interesting to know what advantages it has over it.

Does it allow filtering visited page list by a specific referrer and vice verse?

Yes, it does if I understand what you mean. You can see the traffic distribution (what paths were accessed) broken down by referrer.

Re: Show HN: Vince – A self hosted alternative to Google Analytics

#76
This is great. For me the commercial Plausible is just not plausible. I have a site with 2M page views, with most of the pages cached, which keeps the server costs minimal, I pay around 50 USD per month. I don't get much revenue from the site. I want to show visit counts on the site. For 2M page views, Plausible (with the stats API) would cost 189 USD per month, quadrupling my costs.

Re: Show HN: Vince – A self hosted alternative to Google Analytics

#78

This is great. For me the commercial Plausible is just not plausible. I have a site with 2M page views, with most of the pages cached, which keeps the server costs minimal, I pay around 50 USD per month. I don't get much revenue from the site. I want to show visit counts on the site. For 2M page views, Plausible (with the stats API) would cost 189 USD per month, quadrupling my costs.

This is one of the reason I created vince.

For reference, the demo is hosted on a 6$ vultr instance, the last 3 days it handled about 11.9K pageviws with 4.3K unique visitors.

I have just checked the vultr dashboard.

Bandwidth = 3.37 GB ,vCPU usage = 1% (yep one percent) , Current charges = 1.06$.

Majority of the bandwidth is for outgoing data serving the dashboard.

I carefully designed vince to be extremely efficient for web analytics workloads.

Please give vince a try.

Re: Show HN: Vince – A self hosted alternative to Google Analytics

#79
post #74

Nice Work! Very easy to install and use. I deployed this on our cloud (excloud.in) in less than 2 mins. Anyone you can use the below k8s manifest to deploy it to their k8s cluster. Just change the admin password before doing so. https://gist.github.com/lomkju/90fe7500d8cf854bf3b7c2f26aa58...

Thanks, that is very nice setup.

Does it always pull the latest vince image?

Just FYI, we also have simple helm charts, and the repository is hosted on https://vinceanalytics.com/charts

Re: Show HN: Vince – A self hosted alternative to Google Analytics

#80

This is great. For me the commercial Plausible is just not plausible. I have a site with 2M page views, with most of the pages cached, which keeps the server costs minimal, I pay around 50 USD per month. I don't get much revenue from the site. I want to show visit counts on the site. For 2M page views, Plausible (with the stats API) would cost 189 USD per month, quadrupling my costs.

Hi, just FYI, the Wide Angle Analytics (my product) will cost you between 30 and 90 EUR per month for 1M and 10M accordingly.

There are many web analytics providers with surprisingly high prices.

We are cheaper and even planning on creating free tier by making smart use of resources and avoiding overpriced cloud providers.

Post reply on HN