Danny van Kooten
|
46f954cc6e
|
first stab at supporting postgres driver. #9
|
2017-01-25 13:46:43 +01:00 |
Danny van Kooten
|
df4843e4cc
|
return 0 when archive tables have no rows for given timestamps
|
2017-01-06 15:58:16 +01:00 |
Danny van Kooten
|
3d93e03e13
|
When running `-archive_data` multiple times a day, recount current day & update previous archived values.
|
2016-12-25 18:24:53 +02:00 |
Danny van Kooten
|
3a99939800
|
Store `last_archived` option after storing aggregated daily totals & use that when re-running `-archive_data` command. This speeds up the archive command considerably & allows for multiple runs a day.
|
2016-12-24 15:14:25 +02:00 |
Danny van Kooten
|
68a7a0caa9
|
Add `count.RealtimeVisitors` func.
|
2016-12-24 15:12:01 +02:00 |
Danny van Kooten
|
1b107a55d5
|
Get rid of `archive` table & introduce `total_*` tables for each metric.
|
2016-12-24 13:07:33 +02:00 |
Danny van Kooten
|
1d75102d5f
|
Fix gometalinter issues throughout count package.
|
2016-12-23 16:03:11 +02:00 |
Danny van Kooten
|
6b672c55b4
|
archive pageviews per page
|
2016-12-11 16:23:13 +01:00 |
Danny van Kooten
|
593b3563d6
|
gofmt project
|
2016-12-11 14:50:01 +01:00 |
Danny van Kooten
|
4468b70601
|
Abstract calculating totals per category into count.Custom
|
2016-12-11 12:52:10 +01:00 |
Danny van Kooten
|
00f8d2cbba
|
Use count package in /visitors/count and /pageviews/count endpoints.
|
2016-12-11 11:57:51 +01:00 |