Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MySQL open source reporting services

Tags:

mysql

report

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

like image 359
david99world Avatar asked Aug 27 '10 08:08

david99world


People also ask

Does MySQL have reporting Services?

MySQL Shell enables you to set up and run reports to display live information from a MySQL server, such as status and performance information. MySQL Shell's reporting facility supports both built-in reports and user-defined reports. The reporting facility is available from MySQL Shell 8.0. 16.

Is SQL Server reporting services free?

It comes as a free version with SQL Server. Data appears from the relational database, XML files, Excel, and other multidimensional data sources.

What is open source reporting?

The meaning of the term has since changed and broadened, and it is now commonly used to describe forms of innovative publishing of online journalism, rather than the sourcing of news stories by a professional journalist.

Is MySQL open source or closed source?

MySQL is free and open-source software under the terms of the GNU General Public License, and is also available under a variety of proprietary licenses. MySQL was owned and sponsored by the Swedish company MySQL AB, which was bought by Sun Microsystems (now Oracle Corporation).


1 Answers

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.

like image 54
O. Jones Avatar answered Sep 18 '22 18:09

O. Jones