jasperreports服务器(社区版)有etl吗?
我刚刚下载了使用 postgresql 的 jasperreports 服务器(社区版)。 (没有使用 mysql 数据库安装的选项)。我所有的数据库都使用mysql服务器。问题是 jasperreports 服务器的社区版是否具有 ETL 作为嵌入式功能,因为 jaspersoft etl 可以单独下载?
如果不是,这是否意味着我必须转换所有 mysql 数据库才能使用 postgresql 服务器?
伦比
I just downloaded jasperreports server (community edition) which uses postgresql. (there is no option to install using a mysql database). All my databases are using mysql server. The question is does the community edition of jasperreports server have ETL as an embedded functionality since jaspersoft etl is available as a separate download?
If not does this mean I have to convert all the mysql databases to use the postgresql server?
Rumbi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不,您不需要转换。事实上,您可以在 MySQL 中安装 JasperServer,我只是不确定您是否可以使用标准安装程序来完成它,或者是否必须进行修改。但是只有 JasperServer 数据存储在 postgresql 数据库中(JRXML 文件、jasperserver 凭据等),您当然仍然可以从 MySQL 数据库构建报告,而不必将它们转换为 postgresql。
这是有人写的关于在 MySQL 5.5 上安装 JasperServer 的文章 - 链接
编辑:当前版本(2015 年 9 月)JasperReports Community Edition 现在有 ETL 下载链接 它是 Talend Data Integrations 的修改形式。
No and you don't need to convert. You can in fact install JasperServer in MySQL though, I'm just not sure if you can do it with the standard installer or if you have to make modifications. But only the JasperServer data is stored in the postgresql db(JRXML files, jasperserver credentials, etc.) you can certainly still build reports off of your MySQL databases and would not have to convert them to postgresql.
Here is a post someone wrote about installing JasperServer on MySQL 5.5 - link
EDIT: The current version (Sept 2015) JasperReports Community Edition does have ETL now download link It is a modified form of Talend Data Integrations.
Ben 的回答是完全正确的...但这有点误导,因为 JasperReports Server Community Edition 4.5 现在完全支持 MySQL 5.5。他链接到的帖子非常有帮助,但 JRS 4.5 不再需要它。
在下载页面上选择“jasperreports-server-cp- 4.5.0-bin.zip”。 (不要选择 PostgreSQL 中捆绑的安装程序。)您可以在附带的文档“JasperReports-Server-CP-Install-Guide.pdf”中找到第 6.1.2 节手动创建 JasperReports 服务器数据库 - MySQL。
Ben's answer was completely correct... but it's a bit misleading because JasperReports Server Community Edition 4.5 now fully supports MySQL 5.5. The post he links to was very helpful, but it's no longer needed with JRS 4.5.
On the download page choose "jasperreports-server-cp-4.5.0-bin.zip". (Don't choose the installers that bundle in PostgreSQL.) You'll find the section 6.1.2 Manually Creating the JasperReports Server Database - MySQL in the included document "JasperReports-Server-CP-Install-Guide.pdf".
在 Jasper Reports Server 5.5 中,我们可以从选择数据源页面的“JDBC 驱动程序”下拉列表中添加所需的驱动程序。可以在那里添加所需的驱动程序;在本例中为“MYSQL(com.mysql.jdbc.driver)”
In Jasper Reports Server 5.5 we can add the required driver from the "JDBC Driver" dropdown list in the select datasource page. There the required driver can be added; in this case "MYSQL(com.mysql.jdbc.driver)"