[web2py] Re: Basic usage statistics

2015-06-11 Thread Derek
Google has, it's called Google Analytics. There are alternatives out there. You could also use your web server log files. On Thursday, June 11, 2015 at 9:55:18 AM UTC-7, Leonel Câmara wrote: Minor implementation details aside, has anyone came up with a better way to do this?

Re: [web2py] Re: Basic usage statistics

2015-06-11 Thread Richard Vézina
For LAN Piwik!! Richard On Thu, Jun 11, 2015 at 2:36 PM, Derek sp1d...@gmail.com wrote: Google has, it's called Google Analytics. There are alternatives out there. You could also use your web server log files. On Thursday, June 11, 2015 at 9:55:18 AM UTC-7, Leonel Câmara wrote: Minor

[web2py] Re: Basic usage statistics

2015-06-11 Thread Niphlod
you could use a redis queue to push events into, and then a scheduler tasks that consolidates the data in a table once in a while. On Thursday, June 11, 2015 at 6:55:18 PM UTC+2, Leonel Câmara wrote: Minor implementation details aside, has anyone came up with a better way to do this?

Re: [web2py] Re: Basic usage statistics

2015-06-11 Thread Richard Vézina
Not sure how you can know which user access what without using my usage statistics stuff... With Piwik or Google Analytic you will rely on IP address? I use Google Analytic a little long time ago... Richard On Thu, Jun 11, 2015 at 3:10 PM, Niphlod niph...@gmail.com wrote: you could use a redis

Re: [web2py] Re: Basic usage statistics

2015-06-11 Thread Richard Vézina
Yes, Simone proposition is really good... Richard On Thu, Jun 11, 2015 at 4:20 PM, Leonel Câmara leonelcam...@gmail.com wrote: Exactly Richard, I would like to know which users are accessing what, because the users like to see it. The redis solution may be the best one if I want to give the

[web2py] Re: Basic usage statistics

2015-06-11 Thread Leonel Câmara
Exactly Richard, I would like to know which users are accessing what, because the users like to see it. The redis solution may be the best one if I want to give the database a break. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py