If you're serving the pages yourself (not, as this site does, through Cloudflare's caches), what does this tell you that isn't in the server logs?
Self-host analytics for better privacy and accuracy
11–20 of 93 posts
Re: Self-host analytics for better privacy and accuracy
#12I would love to have Sandstorm on my RasPi but they don't support ARM. It sounds like a great home intranet.
1. Sandstorm doesn't support ARM currently because Sandstorm apps run native Linux binaries, and every app would have to be compiled for each architecture.
2. I honestly think you'd be running pretty crippled trying to do Sandstorm on a RasPi. It's a bit smaller scale than Sandstorm seems targeted for. Each open Sandstorm grain commonly uses 100 MB of RAM or more (on top of the RAM used by Linux and the Sandstorm server itself, of course), so with just a couple of Sandstorm grains running simultaneously, you can max out a RasPi pretty quickly.
Re: Self-host analytics for better privacy and accuracy
#13Hosting your own analytics data can be great, but there are lots of ways to get better accuracy and control over your data without having to host everything. Still, if you can, it's great.
Re: Self-host analytics for better privacy and accuracy
#14Snowplow doesn't have this problem.
Re: Self-host analytics for better privacy and accuracy
#15If you're serving the pages yourself (not, as this site does, through Cloudflare's caches), what does this tell you that isn't in the server logs?
Re: Self-host analytics for better privacy and accuracy
#16||sandcats.io/embed.js$script
view.gif?page=$image
Note that you would have to change the filters if the scripts and tracking pixel are renamed of course but this should catch a majority of the push button installs.
Re: Self-host analytics for better privacy and accuracy
#17Piwik has the problem that it writes directly to MySQL as the activity happens. If your database is down, you lose data. If you have a spike of traffic above what your DB can handle in writes, you lose data. Snowplow doesn't have this problem.
Re: Self-host analytics for better privacy and accuracy
#18The biggest problem with Piwik is that is not scalable and the cost ($) with servers to store analytics data. I saw many cases that Piwik not supported the big volume of data.
Re: Self-host analytics for better privacy and accuracy
#19Re: Self-host analytics for better privacy and accuracy
#20I would love to have Sandstorm on my RasPi but they don't support ARM. It sounds like a great home intranet.
Just notes on this for the curious: 1. Sandstorm doesn't support ARM currently because Sandstorm apps run native Linux binaries, and every app would have to be compiled for each architecture. 2. I honestly think you'd be running pretty crippled trying to do Sandstorm on a RasPi. It's a bit smaller scale than Sandstorm seems targeted for. Each open Sandstorm grain commonly uses 100 MB of RAM or more (on top of the RAM…
That's true of any linux distro providing binary packages. They all support arm anyways, it is trivially simple to compile packages. Even small projects like openbsd compile tens of thousands of packages for a dozen arches.