Reputation: 36028
is there a free framework which I can use to develop a web analytics tool?
We want to know how many people visit our site, which pages of our sites is the Most Popular and etc.
like this: http://www.google.com/intl/en/analytics/tour.html
Obviously, we do not need to analytize other sites but only our own site.
BTW, we use tomcat as the servlet container.
Does these analytics tool work based on the server log?
Upvotes: 3
Views: 1312
Reputation: 1608
Qmonix is basically what you are looking for. It's analytics SDK that provides server software to install it on your machine. So you control where it is and how it's accessible (e.g. using your firewall). And there are no third-party services like Google involved.
Upvotes: 0
Reputation: 76
Open Web Analytics is a full featured web analytics framework written in PHP. You interface with it via javascript, php or REST calls.
Upvotes: 4
Reputation: 34214
It's not based on Java/Servlets, but if you can run PHP on your Tomcat you might want to have a look at Piwik (Demo) which can be customized using plugins. Their plugin architecture is quite good and well documented.
Upvotes: 4