What is a good reporting service for a simple database/hobbyist setup? [closed]

隐身守侯 提交于 2019-12-10 10:09:07

问题


I have a meager production environment running on my PC for a little application that I work on in my spare time. At this point I have the basics setup, MySQL, junit, svn... I am midway through development and I now need to generate various reports (not development/logging/event reports). These reports are based on what data is in the database.

Now, my question is this: Is there an existing reporting tool that accepts SQL and generates various reports (via: email, PDF, etc). Some tool which makes writing new reports easy, while also having a somewhat robust set of features. Does this software exist or must I write all of these reports myself?


回答1:


JasperReports




回答2:


I would also recommend myDBR. With this tools you can generate reports in a fast an efficient way. Also adding charts and other external objects (e.g. images, videos) is very simple.

Best of all the tool is available for free (community version).




回答3:


Possibly you can look into reports developed using R programming also as you can do statistical analysis as well.



来源:https://stackoverflow.com/questions/2541128/what-is-a-good-reporting-service-for-a-simple-database-hobbyist-setup

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