Fathom – Simple, trustworthy website analytics
81–90 of 122 posts
Re: Fathom – Simple, trustworthy website analytics
#82This doesn't come even close to the type of data you can get from Google Analytics. It's nice as a free/open source service, but the power just isn't there. Even piwik/matomo is vastly inferior to what kind of data you can track and visualize in Google Analytics.
This is the issue I've found with every open source product. I'm perfectly happy to pay for an analytics product, so the best I've been able to find is adobe Omniture. Unfortunately that's a 30 - 100k price tag. There is definitely a market for a powerful analytics platform at a reasonable price.
Re: Fathom – Simple, trustworthy website analytics
#83For people looking for similar options, there's also Matomo[1] (previously Piwik) that you can self-host for free. [1] https://matomo.org/
unfortunately, matomo is harder than necessary to automatically deploy to containerized environments like heroku because they don't support the 12 factor principles [1]. a cynic might assume that this is because it would undermine their own hosted solution. [1] https://github.com/matomo-org/matomo/issues/6223 (i would use matomo if they fixed this issue)
Probably not a conspiracy... given that you could fork it, implement this feature, and then PR it back to the main repo...
Re: Fathom – Simple, trustworthy website analytics
#84Earlier quoted context omitted.
Go is not inherently more secure than PHP.
There's nothing stopping you deliberately writing unsecure Go code but it's harder to make errors that open up security holes in Go. For example, Go's shell exec is better than PHPs equivalent by default. https://golang.org/pkg/os/exec/
Re: Fathom – Simple, trustworthy website analytics
#85Earlier quoted context omitted.
You can self-host Fathom, I do. It's very basic compared to Piwik, but it runs on PostgreSQL, my DB of choice, and it's written in Go, not PHP, which means it has higher performance and is more secure.
Hey, good to see you already running Fathom! Just wanted to add that you can also use Fathom with MySQL or SQLite if that's more your cup of tea. It supports those 3 database engines right now.
Re: Fathom – Simple, trustworthy website analytics
#86Reminds me of Guag.es https://get.gaug.es/ or https://haveamint.com/ if you want to dig into the crates a bit.
I was pleasantly surprised that when I looked into gauges that the interface looks modern (unlike the screenshots on the start page) so it seems that it changed hands and is actively being developed again. I used it a while ago when it was bought up by Github.
Re: Fathom – Simple, trustworthy website analytics
#87Earlier quoted context omitted.
unfortunately, matomo is harder than necessary to automatically deploy to containerized environments like heroku because they don't support the 12 factor principles [1]. a cynic might assume that this is because it would undermine their own hosted solution. [1] https://github.com/matomo-org/matomo/issues/6223 (i would use matomo if they fixed this issue)
Or they just chose a very common pattern of keeping configs in files instead and haven't gotten around to support environment variables. Probably not a conspiracy... given that you could fork it, implement this feature, and then PR it back to the main repo...
Re: Fathom – Simple, trustworthy website analytics
#88Is this kind of snark really necessary in top marketing copy? I get what you are saying in terms of freemiums ins and outs, but I don't know if it should be my first impression to your company's message.
To each their own, just feels a bit cheap IMHO.
Re: Fathom – Simple, trustworthy website analytics
#89Re: Fathom – Simple, trustworthy website analytics
#90It would be awesome to have a more cohesive example. Is this reading log files? Or using client-side JS? If the latter, do I have to have the Fathom server internet-facing so that the JS can report in?