Tableau Javascript API 是否可用于 Tableau Online?
Is Tableau Javascript API available for Tableau Online?
我有一个网站,将用于显示在 Tableau Desktop 中创建并在 Tableau Online 中发布的仪表板。
我想使用 Tableau Javascript API 访问仪表板以将其显示给用户,但我不希望我的 Web 用户在线登录 Tableau。
我的问题很简单"Can Tableau Javascript API be used to login to Tableau Online in the background and then fetch dashboards/views from it..?"
根据我对 authentication documentation 的阅读,有三个选项:
- Tableau Public 用户无需身份验证即可查看可视化效果。权衡:可视化是静态的 public,并且您的存储 space 是有限的。参考:this forum discussion.
- Tableau Online 需要用户登录。
- Tableau Server 需要
用户登录,除非您将其配置为说来自您的请求
Web 服务器始终来自受信任的用户。 (参见 Trusted Authentication.) But even then, I think the license agreement requires that they be licensed users. You can license Tableau Server by # of cores instead of # of users though, in which case Tableau Server allows you to set up a Guest user that can access views anonymously。
因此,您的问题的简短答案似乎是否定的,而不是 Tableau Online。您还有其他选择,但要么必须忍受 Public 的限制,要么需要自己的服务器 运行 Tableau Server。即便如此,您仍需要为每位获得产品访问许可的用户付费,除非您购买的许可证基于内核数,而不是用户数。
我有一个网站,将用于显示在 Tableau Desktop 中创建并在 Tableau Online 中发布的仪表板。
我想使用 Tableau Javascript API 访问仪表板以将其显示给用户,但我不希望我的 Web 用户在线登录 Tableau。
我的问题很简单"Can Tableau Javascript API be used to login to Tableau Online in the background and then fetch dashboards/views from it..?"
根据我对 authentication documentation 的阅读,有三个选项:
- Tableau Public 用户无需身份验证即可查看可视化效果。权衡:可视化是静态的 public,并且您的存储 space 是有限的。参考:this forum discussion.
- Tableau Online 需要用户登录。
- Tableau Server 需要 用户登录,除非您将其配置为说来自您的请求 Web 服务器始终来自受信任的用户。 (参见 Trusted Authentication.) But even then, I think the license agreement requires that they be licensed users. You can license Tableau Server by # of cores instead of # of users though, in which case Tableau Server allows you to set up a Guest user that can access views anonymously。
因此,您的问题的简短答案似乎是否定的,而不是 Tableau Online。您还有其他选择,但要么必须忍受 Public 的限制,要么需要自己的服务器 运行 Tableau Server。即便如此,您仍需要为每位获得产品访问许可的用户付费,除非您购买的许可证基于内核数,而不是用户数。