简体   繁体   中英

How to import data into Neo4j from Azure Blob Storage?

Is there a way to import data into Neo4j from Azure Blob Storage?

I don't think there are any free tools.

On the commercial side, GraphAware Hume Orchestra has Azure BlobStorage connectors

在此处输入图像描述

在此处输入图像描述

There is also the possibility to create your own protocol for Neo4j LOAD CSV (for eg s3, azure etc,).

I have written an example here: https://github.com/ikwattro/neo4j-load-csv-s3-protocol

I got it done by using python azure-blob-storage and py2neo libraries. It worked like a charm.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM