English 中文(简体)
报告引擎指南(Pentaho、JasperReports、BIRT)
原标题:Reporting Engine Guidance (Pentaho, JasperReports, BIRT)
  • 时间:2010-01-11 04:47:29
  •  标签:
  • php
  • mysql

我花了4-5个小时,参加各种论坛和网站,研究能够帮助我发展的报告工具。 我对使用像这种工具有了新的意义,并且可以使用某种具体指导。

I m在网上运行,将设在一个服务器上,但多个用户通过标识上网。 每个用户都有自己的账户,只能查阅与其账户有关的数据。 该网站将有大约1 000至5 000个账户(最多有2 000至10 000名用户管理不同的报告)。

My environment is: OS: FreeBSD Webserver: Apache Database: MySQL Programming Languages: PHP, javascript (jquery & my own stuff)

The Business Intelligence reporting tools I spent most of my time on was: Pentaho Suite BIRT Suite JasperSoft Suite

我的网页浏览器必须能够支持多语文的报告产出。 我读到,BIRT和Pentaho提供多语文报告产出,但我可以记住JasperSoft。 一些评论说,他们使用了Pentaho,包括《JasperReports》(我假定是249美元的专业产品......这些审查确实没有具体说明这一点,但现在又讲述了他们的现场。

因此,我在此提出问题。 凭借你的经验,你会建议我的情况如何? 我想提出40-50份不同的报告,用户可以在其账户具体数据的基础上,以多种语文在线查阅图表,然后如果他们想要制定一份时间表,使这些报告每周、月等在pdf、xls或他们曾经具体说明的......网络应用会自动这样做。 允许我的用户动态地编写自己的报告,并挽救他们,是明智的。 我不想让该系统与这些报告挂起钩来,大多数数据是简单的......数据组合将是一些总体数据需要,但不会过于密集......2,而将3个表格合并或更少。 我希望尽可能少地作为学习的曲线,因为我对这几类报告来说是新的,因此,用最有用的工具,提供最佳的文件/最小的学习曲线?

一些评论说,BIRT有100MB大足迹,Pentaho有小足迹,但JasperSoft最小。 如果我拥有服务器,这一足迹是否真正重要了,如果有必要,就会储存起来,并且能够增加储存量,或者记忆问题吗? 我是否应当坚持使用“jasperReports”的Pentaho套案,因为一项审查正在进行之中,并且说它们取得了良好的成功?

如果回答的话,我就想说,......我所阅读的论坛审查大多数时间大约为2-3岁...... 我希望得到更多最新的意见。

感谢您的帮助

问题回答

多语文报告产出

I confirm that JasperServer and JasperReports support 多语文报告产出. The JasperServer UI is internationalized too. It s common to implement single sign on between your app and JasperServer and then expose some parts of JasperServer, so in that situation it s important to have an internationalized GUI... but I m not sure whether you are interested in that.

允许我的用户动态地编写自己的报告

JasperServer在自由(免费)版本中没有这种版本。 它确实拥有有偿专业版本。

这不是一个完整的答案,因为我无法将Jaspersoft解决办法与其他解决办法进行比较。 但希望它会有助益。

我是BIRT项目小组的成员,因此我有点偏见,但我的公司最近完成了对BIRT、Jasper和Pentaho报告开发工具的比较。 如果你感兴趣,请见Innovent Solutions website(免费,不登记)。

我认为,你会发现Windward Reports是一个好的解决办法(争端者,我是温德的创始人)。 它无缝地处理所有语文,足迹极小,而且bla速。

最重要的是,在Microsoft Office(Word、Excel或Power Point)设计了非常强大的设计工具,很容易使用。





相关问题
SQL SubQuery getting particular column

I noticed that there were some threads with similar questions, and I did look through them but did not really get a convincing answer. Here s my question: The subquery below returns a Table with 3 ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

php return a specific row from query

Is it possible in php to return a specific row of data from a mysql query? None of the fetch statements that I ve found return a 2 dimensional array to access specific rows. I want to be able to ...

Character Encodings in PHP and MySQL

Our website was developed with a meta tag set to... <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> This works fine for M-dashes and special quotes, etc. However, I ...

Pagination Strategies for Complex (slow) Datasets

What are some of the strategies being used for pagination of data sets that involve complex queries? count(*) takes ~1.5 sec so we don t want to hit the DB for every page view. Currently there are ~...

Averaging a total in mySQL

My table looks like person_id | car_id | miles ------------------------------ 1 | 1 | 100 1 | 2 | 200 2 | 3 | 1000 2 | 4 | 500 I need to ...

热门标签