I feel like I've been all over the web for this but haven't found anything like what I'm looking for, I might just be using the wrong keywords.
Basically I need a stat tracking system which allows me to track a variety of different types of events, each of them connected to a user that has custom properties (id, country, etc). Think Google Analytics with custom events and custom variables, but without the limit of 5 custom variables and more flexibility with events.
The events are anything from impressions to bank statuses and item ownerships. Basically our database in a statistical format.
At the moment we simply use our MySQL database to gather the info we need, but as we are rapidly growing we cannot keep doing this, also we really need a system that can automate the creation of statistical reports.
So my question really comes down to this, are there any such services (preferrably open source) out there, or possibly frameworks or databases created especially for this type of processing that we can easily create our own stat tracking software from?
Long story short, I need a service, framework or database that eases the creation of custom statistics reports.
Any help would be much appreciated. Apologies if this is not supposed to be on Stackoverflow, I wasn't sure where else to ask this.