如何使用SSH隧道与Tableau的实时数据库连接?
我有一个在专用网络中托管的PostgreSQL数据库。我有堡垒ID,用户名,数据库凭据。如何使用SSH键将数据库与Tableau连接?到目前为止,我还没有为此问题找到任何可行的解决方案。我需要一个解决方案,其中Tableau与数据库连接并获取实时数据。
I have a PostgreSQL database hosted in private network. i have bastion id, username ,database credentials. how can I connect the database with tableau using ssh key? so far i did not find any viable solution for this problem. I need a solution where tableau with get connected with the database and get live data.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果Tableau没有创建隧道的集成工具(据我所知),则可以使用
ssh
或Putty
或例如,一些Python模块。然后告诉Tableau Desktop在隧道本地端的地址上连接到数据库,可能是127.0.0.0.1:5432。If Tableau doesn't have integrated tools to create the tunnel (and as far as I know it doesn't) then you can create a tunnel yourself using
ssh
orputty
or some python module, for example. Then tell Tableau Desktop to connect to the database at the address of the local end of the tunnel, likely 127.0.0.1:5432.