Neo4j Connector for Apache Spark
| 
 This content is for the classic Neo4j Aura console. Use the version selector on the left to see the new console documentation.  | 
The Neo4j Connector for Apache Spark is intended to make integrating graphs with Spark easy. There are two ways to use the connector:
- 
As a data source: read any set of nodes or relationships as a
DataFramein Spark - 
As a sink: write any
DataFrameto Neo4j as a collection of nodes or relationships, or use a Cypher statement to process records contained in aDataFrameinto the graph pattern of your choice 
Connecting to Aura only requires to make a few changes to the Neo4j driver configuration:
- 
Replace the
boltURI (the value of theneo4j.server.uriconfiguration parameter) with theneo4j+s://connection URI from the Aura instance detail page - 
Update the username and password configuration parameters as appropriate
 
For more information check the Neo4j Apache Spark Connector page.