Microsoft Analysis Services - 与 Rails ActiveRecord 交互

发布于 2024-12-25 23:13:49 字数 252 浏览 3 评论 0原文

我正在考虑将现有的 Microsoft SQL Server Analysis Service (SSAS) 实例用于报告项目。目标是在 SSAS 中编译数据,然后是一个允许用户更改时间段的 Web 前端,同时构建图形(使用 D3 等) 。

Google 并不是我寻找解决方案的朋友...

是否有 gem 或其他方法将 SSAS 连接到 Rails 前端?

谢谢

I'm looking at leveraging an existing Microsoft SQL Server Analysis Service (SSAS) instance for a reporting project. The goal is to have the data compiled in SSAS, then a web front-end that allows the user change time-periods, while building graphics (using D3 or the like).

Google has not been my friend in finding a solution for this...

Is there a gem or other way to connect SSAS to a Rails front-end?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

匿名。 2025-01-01 23:13:49

JSON,不,据我所知没有。但是,如果您愿意使用 XML,那么可以。 XMLA(此处记录)是 SSAS 的客户端 API 语言。

JSON, no, not that I know of. However if you are willing to use XML, then yes. XMLA (documented here) is the client API language for SSAS.

红尘作伴 2025-01-01 23:13:49

一种方法是使用 .NET 构建 Web 服务,然后让 Rails 前端调用该 Web 服务。

我想你可以直接使用 XMLA,但这很痛苦。

One approach would be to build a web service with .NET, and then have your Rails front-end call the web service.

I suppose you could use XMLA directly, but it's painful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文