44

Fathom. Simple, trustworthy website analytics. Built with Go & Preact

 5 years ago
source link: https://www.tuicool.com/articles/hit/Z7vi6nZ
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Fathom - simple website analytics

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.

j2uERva.jpg!web

Installation

Production

Fathom Analytics can easily be installed on DigitalOcean using our new 1-Click Application . You can follow the installation instructions here to get started.

Alternatively, you can install Fathom on any another server provider 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;

Roadmap

Find our public roadmap here .

If you have an idea or suggestion for Fathom, submit it as an issue here on GitHub .

Copyright and license

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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK