Ruby / Rails 报告工具?
我正在寻找一个可以集成到 Rails 应用程序中的 FOSS 或付费框架,这将使我能够:
- 创建预设报告(数据和图表)并将其发布给用户。
- 允许用户根据我提供的数据集创建自己的自定义临时报告。 (即,我给他们一个数据“视图”,他们可以查询它并按照他们想要的方式对其进行切片和切块。
这需要是我可以安装在 Heroku Rails 站点上的东西。
有人有任何想法吗?这样的东西存在吗?我知道基于网络的报告解决方案通常远非理想,但我希望 github 上有一个 FOSS 可以让我获得源代码并做出贡献,
谢谢。
I'm looking for a FOSS or paid framework that I can integrate into a rails application that will allow me to:
- Create canned reports (data and graphs) and publish them to users.
- Allow users to create their own custom ad-hoc reports based on data sets I give them. (i.e., I give them a data "view" and they can query it and slice and dice it how they want.
This needs to be something that I can install on a Heroku rails site.
Anyone have any ideas? Does such a thing exist? I know web based reporting solutions are often far from ideal, but I'm hoping there is a FOSS one on github somewhere that I can have the source code to and contribute to. I just haven't found any yet.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
虽然我对其中任何一个都不熟悉,但 RubyToolbox 有一个 reporting 部分,用于宝石。
Although I'm not familiar with any of them, RubyToolbox has a reporting section for gems.
我在这个主题上看到了两篇精彩的文章。
1. 纲要
2. 报告
i've seen two good gems on this topic.
1. Compendium
2. Repor