MySQL open source reporting services

岁酱吖の 提交于 2019-12-03 16:03:28

问题


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


回答1:


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.




回答2:


For MySQL reporting you could try one of the following. Unfortunately none of them are open source.

  • Smart report maker

  • MySQL Pivot table generator - recommended if you want to create analytical & summary reports

  • Navicat - very powerful



来源:https://stackoverflow.com/questions/3582381/mysql-open-source-reporting-services

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!