Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact. https://usefathom.com/
Go to file
Danny van Kooten b40ef9f84c add bandscale to x-axis 2016-12-05 15:31:34 +01:00
api replace chartjs with d3 2016-12-04 13:23:09 +01:00
assets add bandscale to x-axis 2016-12-05 15:31:34 +01:00
core get secret & db creds from environment (file) 2016-11-25 16:30:38 +01:00
db add country flags to country overview 2016-11-26 16:17:52 +01:00
models add visitor graph 2016-11-22 17:03:29 +01:00
views use gorilla mux for routing 2016-11-22 20:57:16 +01:00
.babelrc get secret & db creds from environment (file) 2016-11-25 16:30:38 +01:00
.env.example get secret & db creds from environment (file) 2016-11-25 16:30:38 +01:00
.gitignore get secret & db creds from environment (file) 2016-11-25 16:30:38 +01:00
LICENSE add async tracking snippet with command queue exampel 2016-11-25 16:03:47 +01:00
README.md compare period totals to previous period and show % diff 2016-11-26 17:40:37 +01:00
ROADMAP.md replace chartjs with d3 2016-12-04 13:23:09 +01:00
ana.go add widget component for totals per period 2016-11-26 15:39:29 +01:00
gulpfile.js replace chartjs with d3 2016-12-04 13:23:09 +01:00
makefile split-up in multiple file & basic app structure 2016-11-21 13:24:50 +01:00
package.json replace chartjs with d3 2016-12-04 13:23:09 +01:00
yarn.lock replace chartjs with d3 2016-12-04 13:23:09 +01:00

README.md

Ana. Open Source Web Analytics.

This is nowhere near being usable, let alone stable. Treat as a proof of concept.

Screenshot of the Ana dashboard

Usage

<!-- Ana tracker -->
<script>
(function(d, w, u, o){
	w[o]=w[o]||function(){
		(w[o].q=w[o].q||[]).push(arguments)
	};
	a=d.createElement('script'),
	m=d.getElementsByTagName('script')[0];
	a.async=1;
	a.src=u;
	m.parentNode.insertBefore(a,m)
})(document, window, '//ana.dev/tracker.js', 'ana');
ana('setTrackerUrl', '//ana.dev/collect');
ana('trackPageview');
</script>
<!-- / Ana tracker -->