The URL abbreviation service that I create should display some basic click statistics for users: the number of clicks, conversions, link domains, and country (you can filter by date range). I might need more advanced statistics in the future.
Is there existing open source software that will allow me to pass events to it and then easily display a line or a graph of that row (for example, a line graph of "conversions" between two specified dates). It seems that something like this should exist and it would be much easier than building everything from scratch.
I know that there are graphical scripts, but I still need to format the data (usually as an XML file) and then transfer it to the graph. I am looking for something more complete that I can just feed events and then do the rest.
source share