relational-to-graph

时间:2021-04-28 14:52:13
【文件属性】:
文件名称:relational-to-graph
文件大小:61KB
文件格式:ZIP
更新时间:2021-04-28 14:52:13
关系图 在本节中,我们将展示如何获取现有的关系数据库,将其导入Neo4j并针对该数据库编写一些查询 将Northwind导入Postgres SQL 我们将使用经典的作为示例 createdb -U postgres london.meetup psql -U postgres -d london.meetup < data/northwind.postgre.sql 然后,您可以使用或类似工具浏览数据。 导出数据 导入数据
【文件预览】:
relational-to-graph-master
----queries.cql(949B)
----sql-vs-cypher.cql(3KB)
----recursive.sql(3KB)
----README.adoc(823B)
----data()
--------export()
--------northwind.postgre.sql(341KB)
--------import()

网友评论