Fathom Analytics alternatives and similar software solutions
Based on the "Analytics" category.
Alternatively, view Fathom Analytics alternatives based on common mentions on social networks and blogs.
-
Elasticsearch
Free and Open, Distributed, RESTful Search Engine -
Superset
Apache Superset is a Data Visualization and Data Exploration Platform [Moved to: https://github.com/apache/superset] -
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum: -
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data. -
Piwik
Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests! -
Umami
Umami is a simple, fast, privacy-focused alternative to Google Analytics. -
Druid
Apache Druid: a high performance real-time analytics database. -
GoAccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. -
cube.js
📊 Cube — The Semantic Layer for Building Data Applications -
Plausible
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics. -
PostHog
🦔 PostHog provides open-source product analytics, session recording, feature flagging and a/b testing that you can self-host. -
Snowplow
The enterprise-grade behavioral data engine (web, mobile, server-side, webhooks), running cloud-natively on AWS and GCP -
Countly
Countly helps you get insights from your application. Available self-hosted or on private cloud. -
ThinkUp
ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond. -
Ackee
Self-hosted, Node.js based analytics tool for those who care about privacy. -
RudderStack
Privacy and Security focused Segment-alternative, in Golang and React -
Velox
A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems. -
GoatCounter
Easy web analytics. No tracking of personal data. -
Open Web Analytics
Official repository for Open Web Analytics which is an open source alternative to commercial tools such as Google Analytics. Stay in control of the data you collect about the use of your website or app. Please consider sponsoring this project. -
Shynet
Modern, privacy-friendly, and detailed web analytics that works without cookies or JS. -
Open source APM and DataDog alternative
Open source APM: OpenTelemetry traces, metrics, and logs -
Socioboard
Socioboard is world's first and open source Social Technology Enabler. Socioboard Core is our flagship product. -
Chartbrew
Open-source web platform used to create live reporting dashboards from APIs, MongoDB, Firestore, MySQL, PostgreSQL, and more 📈📊 -
Rakam
📈 Collect customer event data from your apps. (Note that this project only includes the API collector, not the visualization platform) -
IG Monitoring
🚨 DISCONTINUED🚨 IGMonitoring - Free, self hosted Instagram Analytics and Stats -
Koko Analytics
Privacy-friendly analytics for your WordPress site. -
Mixpost
Self-hosted social media management. Schedule and organize your social content. Built with Laravel Framework. -
Tellery
Tellery lets you build metrics using SQL and bring them to your team. As easy as using a document. As powerful as a data modeling tool. -
Suet
Detailed analytics and reporting for your Mailgun transactional emails. -
Hastic
Hackable time series pattern recognition tool with UI for Grafana. -
Matomo
Leading open-source analytics platform that gives you more than just powerful analytics, formerly known as Piwik. -
Houdini
Free and open source fundraising infrastructure for nonprofits and NGOs
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Fathom Analytics or a related project?
README
Fathom Lite - simple website analytics
Fathom Lite is a previous and open-source version of Fathom Analytics (a paid, hosted Google Analytics alternative). It was the very first version of our software, and has been downloaded millions of times!
While we are no longer adding features to this Lite version, we will be continuing to maintain it long-term and fix any bugs that come up.
Fathom Lite vs Fathom Analytics
Fathom Analytics is much more detailed, feature-rich, and even more focused on privacy-law compliance, than Fathom Lite.
If you’d like to become a customer of Fathom Analytics, and not have to worry about servers, maintenance, security, you can give our software a try with a 7-day free trial (this link will give you $10 credit).
Lite | Pro |
---|---|
Uses Cookies | Cookie-free |
- | EU Isolation |
- | Bypass ad-blockers |
- | Email reports |
- | Track event completions |
- | Share your dashboard publicly or privately |
- | Track UTM campaigns |
- | Device, Browser & Country Data |
No support | Fast and responsive support from the Fathom founders |
No guaranteed uptime | Fully redundant cloud-based architecture that keeps your analytics online |
Scaling requires you to power down and then upgrade your server | On-demand, automatic scaling, so even if your site goes viral, your stats won’t stop or slow down - we handle billions of page views each month |
Manual backups by you | Real time backups included in the cost |
No data protection | Continuous data protection (in the event of a database hardware failure, we have a live standby database ready to failover to) |
Manual updates, via the command line | Automatic updates, patches and new versions at no extra cost, no coding required |
Manual server hardening for security | Totally secure servers, monitored and maintained by us, included in the price |
You pay for hosting, you do all the work to maintain the server, the code and backups | You pay us, we take care of everything for you |
Embed script served via single server, from a single geographical location | Embed script served via our super-fast CDN, with endpoints located around the world to ensure fast page loads |
Data aggregation performed on a single server | Super fast data-aggregation spread across our cloud architecture |
Fork this repo | Supporting a privacy-focused, indie software company |
Offered as-is | New features added all the time |
- | Get started for free |
Installation
Production
You can install Fathom on your server by following [our simple instructions](docs/Installation%20instructions.md).
Development
For getting a development version of Fathom up & running, go through the following steps.
- Ensure you have Go and NPM installed
- Download the code:
git clone https://github.com/usefathom/fathom.git $GOPATH/src/github.com/usefathom/fathom
- Compile the project into an executable:
make build
- (Optional) Set [custom configuration values](docs/Configuration.md)
- (Required) Register a user account:
./fathom user add --email=<email> --password=<password>
- Start the webserver:
./fathom server
and then visit http://localhost:8080 to access your analytics dashboard
Docker
Building
Ensure you have Docker installed and run docker build -t fathom .
.
Run the container with docker run -d -p 8080:8080 fathom
.
Running
To run our pre-built Docker image, run docker run -d -p 8080:8080 usefathom/fathom:latest
Tracking snippet
To start tracking, create a site in your Fathom dashboard and copy the tracking snippet to the website(s) you want to track.
Content Security Policy
If you use a Content Security Policy (CSP) to specify security policies for your website, Fathom requires the following CSP directives (replace yourfathom.com
with the URL to your Fathom instance):
script-src: yourfathom.com;
img-src: yourfathom.com;
Copyright and license
MIT licensed. Fathom and Fathom logo are trademarks of Fathom Analytics.
*Note that all licence references and agreements mentioned in the Fathom Analytics README section above
are relevant to that project's source code only.