This is a log parsing and web analytics suite. It consists of a logparser, a user agent parser, and a log viewer. The parsed data is stored into a database and retrieved using the log viewer, which produces an XML file for display.
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Merge branch 'armyofgnomes' of git@github.com:armyofgnomes/ruby-analytics into armyofgnomes
255f219View on GitHubRemoved transactions until I can eliminate errors on insert, since that'll cancel out the whole transaction
4cb2c3bView on GitHubRemoved transactions until I can eliminate errors on insert, since that'll cancel out the whole transaction
37c122cView on GitHubRemoved code that was no longer in use. Added transactions to speed up inserts
45c7d0aView on GitHubFixed typo in new SHA1 check and error that occurred when adding a new site to the database
f5929f8View on GitHubRemoved md5 fields in database and replaced with single SHA1. Updated logparser to reflect changes. Hopefully it will speed up duplicate checking
acf116aView on GitHubTried to make useragents class slightly more sane and easier to follow. Probably needs an entire rewrite, along with everything else.
4532ef6View on GitHubMerge branch 'armyofgnomes' of git@github.com:armyofgnomes/ruby-analytics into armyofgnomes
dd81a77View on GitHub