请提出使用现有 mysql 数据库开始构建业务分析解决方案的方法
我相信需要建立三层—— 1)表示层/数据可视化层 2)构建olap服务器(如mondrian)来访问mysql数据库并产生结果。 3)使用Olap Client API(olap4j)构建存储中间数据的OLAP立方体。
这种方法是正确的还是有什么问题?
请建议。 提前致谢
I believe there are three layers to build up-
1) Presentation Layer/Data Visualization Layer
2) Constucting olap server(like mondrian) to access mysql database and produce results.
3)Using Olap Client API(olap4j) to build OLAP cubes that store intermediate data.
Is this approach correct or is there any thing wrong with it?
Please suggest.
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不完全是。
如果你做不到选项 1,那么蒙德里安就不适合你。然而,您也许可以使用数据库视图等伪造 kimball 样式架构,但它不适用于大量数据。
Not quite.
If you can't do option 1 then Mondrian isnt for you. However you may be able to fake-up a kimball style schema with db views etc, but it wont work well for large amounts of data.