【发布时间】:2019-07-27 13:07:09
【问题描述】:
我正在尝试从 VM 导入 Postgres 数据库,并使用 Neo4j 来可视化图表。 对于此类数据库的示例,我可以使用 ETL 工具加载数据并使用 Neo4j 桌面在我的本地 Windows 机器上运行它。
但是,当我尝试从 VM (Centos) 加载数据库时,我无法从 ETL 加载它。它给了我这个错误:
Connection failed. SQL state: 08001, message: Connection to localhost:7687 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
close
我做得对吗?或者我不应该在开始时使用 ETL 工具来加载外部数据库?就我而言,最好的方法是什么?
请多多指教,非常感谢!
【问题讨论】:
标签: postgresql neo4j etl