MySQL open source reporting services

前端 未结 3 1924
你的背包
你的背包 2021-02-07 11:31

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 functional

3条回答
  •  忘掉有多难
    2021-02-07 11:39

    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.

提交回复
热议问题