All Projects → usefathom → Fathom

usefathom / Fathom

Licence: mit
Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
TSQL
950 projects
Makefile
30231 projects
HTML
75241 projects

Projects that are alternatives of or similar to Fathom

Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+35.48%)
Mutual labels:  analytics, google-analytics, metrics, privacy, website-analytics
Ackee
Self-hosted, Node.js based analytics tool for those who care about privacy.
Stars: ✭ 3,140 (-55.07%)
Mutual labels:  analytics, google-analytics, privacy, website-analytics
App
Just a little analytics insight for your personal or indie project
Stars: ✭ 40 (-99.43%)
Mutual labels:  analytics, google-analytics, metrics, privacy
Kindmetrics
Kind metrics analytics for your website
Stars: ✭ 57 (-99.18%)
Mutual labels:  analytics, google-analytics, privacy
React Spy
A set of utilities for collecting UX-analytics of your React-application (ex: clicks, shows, errors and etc.)
Stars: ✭ 37 (-99.47%)
Mutual labels:  analytics, google-analytics, metrics
Analytics
Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors
Stars: ✭ 814 (-88.35%)
Mutual labels:  analytics, metrics, privacy
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+101.69%)
Mutual labels:  analytics, google-analytics, privacy
Signal
Simple and beautiful open source Analytics 📊
Stars: ✭ 295 (-95.78%)
Mutual labels:  analytics, google-analytics, privacy
Staccato
Ruby library to perform server-side tracking into the official Google Analytics Measurement Protocol
Stars: ✭ 380 (-94.56%)
Mutual labels:  analytics, google-analytics
Legato
Google Analytics Reporting API Client for Ruby
Stars: ✭ 407 (-94.18%)
Mutual labels:  analytics, google-analytics
Vue Gtag
Global Site Tag plugin for Vue (gtag.js)
Stars: ✭ 445 (-93.63%)
Mutual labels:  analytics, google-analytics
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (-94.66%)
Mutual labels:  analytics, metrics
Matomo Sdk Android
SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!
Stars: ✭ 309 (-95.58%)
Mutual labels:  analytics, metrics
React Native Branch Deep Linking Attribution
The Branch React Native SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
Stars: ✭ 408 (-94.16%)
Mutual labels:  analytics, metrics
Freshlytics
Open source privacy-friendly analytics
Stars: ✭ 303 (-95.66%)
Mutual labels:  analytics, privacy
Blacklist
Curated and well-maintained hostfile to block ads, tracking, cryptomining, and more! Updated regularly. ⚡🔒
Stars: ✭ 492 (-92.96%)
Mutual labels:  analytics, privacy
Analytics Reporter
Lightweight analytics reporting and publishing tool for Google Analytics data. Powers https://analytics.usa.gov, http://analytics.phila.gov, http://analytics.cityofsacramento.org, and more.
Stars: ✭ 545 (-92.2%)
Mutual labels:  analytics, google-analytics
Atom Wakatime
Atom plugin for automatic time tracking and metrics generated from your programming activity.
Stars: ✭ 303 (-95.66%)
Mutual labels:  analytics, metrics
Ganalytics
A tiny (312B) client-side module for tracking with Google Analytics
Stars: ✭ 491 (-92.97%)
Mutual labels:  analytics, google-analytics
Google Analytics Module
Google Analytics Module
Stars: ✭ 556 (-92.04%)
Mutual labels:  analytics, google-analytics

Fathom Lite - simple website analytics

Donate Go Report Card MIT licensed

Fathom Analytics is a simpler and more privacy-focused alternative to Google Analytics.

Collecting information on the internet is important, but it’s broken. We’ve become complacent in trading information for free access to web services, and then complaining when those web services do crappy things with that data.

The problem is this: if we aren’t paying for the product, we are the product.

Google Analytics may give you free access to their services but in turn, they’re assembling data profiles on your website visitors, which they can then use for better targeting of advertisements across their network.

We need to stop giving away our data and our users' privacy for free access to a tool.

Fathom respects the privacy of your users and does not collect any personally identifiable information. All while giving you the information you need about your site, so you can make smarter decisions about your design and content.

At present, Fathom Analytics Lite is not PECR compliant due to the fact that it uses an anonymous cookie. Our PRO version is PECR compliant, and we'll be making changes to this codebase some time in the future to make it compliant.

Screenshot of the Fathom dashboard

Lite vs PRO

We offer a PRO version of Fathom Analytics that starts at $14 / month. If you’d like to become a customer, we’d love to have you on board. You can signup for a free 7-day trial of Fathom Analytics here (this link gives you $10 off your first invoice!).

Screenshot of the PRO Dashboard

Lite Pro
Uses Cookies Cookie-free
- Track goal completions
- Share your site publicly or privately
- Device, Browser & Country Data
No support (you can post an issue to our repo) Fast and responsive support from the Fathom founders
No guaranteed uptime Fully redundant cloud-based architecture that keeps your stats 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 can handle billions of page views each month
Manual backups, if you know how to set them up on your server 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 go in another availability zone)
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 server, monitored and maintained by us, included in the price
You pay for hosting, you have to do all the work to maintain the server, the code and backups You pay us, we take care of everything for you
Tracker file served via single server, from a single location Tracker file 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
Contribute to our repo Supporting a privacy-focused, indie software company
Get started for free

Installation

Production

You can install Fathom on your server by following our simple instructions.

Development

For getting a development version of Fathom up & running, go through the following steps.

  1. Ensure you have Go and NPM installed
  2. Download the code: git clone https://github.com/usefathom/fathom.git $GOPATH/src/github.com/usefathom/fathom
  3. Compile the project into an executable: make build
  4. (Optional) Set custom configuration values
  5. (Required) Register a user account: ./fathom user add --email=<email> --password=<password>
  6. 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;

Donation

If you're self-hosting Fathom Analytics Lite and want to support it's development, you can:

paypal

Copyright and license

MIT licensed. Fathom and Fathom logo are trademarks of Fathom Analytics.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].