Google Analytics 风格的自定义报告生成器 UI
我正在寻找一个可以集成到产品中的报告引擎/UI,该产品的 UI 类似于 Google Analytics 的自定义报告生成器。有人知道这样的事情吗?
在我们的例子中,数据不是页面浏览量/访问者/等,但本质上是相似的,因为实体或数据类型有限,但每个实体都有许多属性/列和许多不同的聚合数据的方式(或在GA 风格的说法、指标和维度)。
分析风格的 UI 非常直观,允许以强大的方式创建许多报告,而无需了解 SQL。
我更喜欢基于网络的工具(因为现在是 2010 年了,这是一个网络应用程序——我之所以提到它只是因为似乎绝大多数报告工具仍然只有一个非基于网络的创建工具)。
UI 屏幕截图示例:
替代文本 http://gregmaclellan.com/analytics-custom-search.png< /a>
- 您可以将指标从侧边栏拖动到虚线矩形中 - 这些将成为列(并确定用于数据的基础实体)
- 您可以选择维度来添加分组
I'm looking for a reporting engine/UI that can be integrated into a product, which has a UI along the lines of Google Analytics' Custom Reports builder. Is anyone aware of such a thing?
The data is in our case is not page views/visitors/etc, but is similar in nature, in that there are limited entities or types of data, but each entity has many attributes/columns and many different ways of aggregating data (or in GA-style speak, metrics and dimensions).
The analytics-style UI is very intuitive and allows many reports to be created in powerful ways, without having to know SQL.
I have preference for a web-based tool (seeing that it is 2010 and this is a web app -- I mention only because it seems the vast majority of reporting tools still have only a non-web-based creation tool).
Example UI screenshot:
alt text http://gregmaclellan.com/analytics-custom-search.png
- you can drag metrics from the sidebar into the dotted rectangles - these become the columns (and determine the underlying entities used for the data)
- You can select dimensions to add grouping
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看看 myDBR,这是一个基于 Web 的报告解决方案,易于安装,可让您在几分钟内创建报告。
myDBR 还具有报告向导和查询构建器,使您无需具备丰富的 SQL 知识即可构建报告。
Have a look at myDBR, a web-based reporting solution that is easy to install and allows you to create reports within minutes.
myDBR also features a report wizard and query builder that allows you to build reports without extensive SQL knowledge.
Cacti 与 Google Analytics 类似,但它更强大,因为它还可以让管理员深入了解资源消耗情况。
Cacti is similar to Google Analytics but its more powerful as it also gives the administrators insight into resource consumption.
虽然不太优雅,但 Report Builder 1.0 与 datast 模型相结合可能会提供一个解决方案。可以在模型中定义表/数据结构,以将列拖放到网格中(一个示例 - 它还可以绘制图表),并且您可以通过使用过滤器来定义维度。最好的部分是它是免费的并且附带 MS SQL。 有关报表生成器的详细信息
While not quite as elegant, Report Builder 1.0 coupled with a model of the datast can possibly provide a solution. The table/data structure can be defined in the model to provide drag and drop placement of columns into a grid (one example - it does charts also), and you could define the Dimensions via the use of Filters. Best part is it is free and comes with MS SQL. More info on Report Builder