cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j export to s3 using cypher shell from python

In the below docs theres a mention to include jar files if we want to export to s3. I am using python, and not java. Are we capable of doing this export in python or is this only compatible for java currently?

2 REPLIES 2

The required jar files are needed to enhance neo4j itself to support writing to an s3 bucket. Neo4j is written in Java. Once installed, you will be able to us the APOC export method using the python driver to write your exports to an S3 bucket.

This is how I interpreted it.

Ok, I figured this. Thanks