I am currently working on a project where reporting services are required. The database back end is built using MySQL and I would like to have something with similar functionality to say SSRS.
Does anyone have any experience with an open source solution for this? Any they would particularly recommend? It would have to be accessed via a browser.
Thanks,
David
When you say "reporting service" I suppose you mean "report programming and generating system." Is that right?
Jasper - http://community.jaspersoft.com/
BIRT - http://www.eclipse.org/birt/phoenix/
Crystal Reports, if you can deal with an non-open-source system.
These all work fine with MySQL.
Unfortunately all these reporting systems are engaged in some ridiculous spin where they're telling themselves they are "business intelligence solutions" rather than report programming schemes. So, you'll do some digging through the marketing BS to find out solutions to simple problems like "how do I list sales of microbrew beer by zip code" or whatever you want to report about.
For MySQL reporting you could try one of the following. Unfortunately none of them are open source.
Another non-open source alternative is Windward Reports (I am the CTO at Windward). Windward is different from the others, with Windward you design your reports in Microsoft Office. Generally it's a much faster and more powerful approach.