如何将数据从 Azure Blob 存储导入 Neo4j?

问题描述

有没有办法将数据从 Azure Blob 存储导入 Neo4j?

解决方法

我认为没有任何免费工具。

在商业方面,GraphAware Hume Orchestra 具有 Azure BlobStorage 连接器

enter image description here

enter image description here

还可以为 Neo4j LOAD CSV 创建您自己的协议(例如 s3、azure 等)。

我在这里写了一个例子:https://github.com/ikwattro/neo4j-load-csv-s3-protocol

,

我通过使用 python azure-blob-storage 和 py2neo 库完成了它。它就像一个魅力。