Loading csv file from amazon S3 in neo4j graphdb

I am seeking some suggestion about loading csv files from s3 bucket to neo4j graphdb. In S3 bucket the files are in csv.gz format. I need to import them into my neo4j graph db which is in ec2 instance.

  1. Is there any direct way to load csv.gz into neo4j db without unzipping it ?
  2. can I set/add s3 bucket path into neo4j.conf file at neo4j.dbms.directory which is by default neo4j/import ?

kindly help me with proper guidance. neo4j version is 3.5

Load CSV data in Neo4j from CSV files on Amazon S3 Bucket - Knowledge Base provides one example how to accomplish.

1 Like