【问题标题】:CSV to load data into neo4j and display in web using d3.js versus displaying json data directly on web page using d3.jsCSV 将数据加载到 neo4j 并使用 d3.js 在 Web 中显示,而不是使用 d3.js 直接在网页上显示 json 数据
【发布时间】:2017-03-06 14:04:41
【问题描述】:

需要了解使用 CSV 文件将数据加载到 neo4j 并使用 py2neo 和 d3.js 在 Web 中显示的优势,而我可以使用 d3.js 直接在网页上显示我的 json 数据。以上案例使用neo4j图数据库有什么好处。

【问题讨论】:

    标签: json csv d3.js neo4j py2neo


    【解决方案1】:

    Neo4js cypher 有一个很好的功能,叫做LOAD CSV,它允许您简单地从 CSV 导入数据。另一方面,它有一个很酷的类似 graphql 的返回自定义 JSON 的可能性。见link

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-09-13
      • 1970-01-01
      • 1970-01-01
      • 2012-12-27
      • 2018-10-10
      • 1970-01-01
      • 1970-01-01
      • 2023-04-02
      相关资源
      最近更新 更多