Neo4j having python drivers could be availed from this location
Neo4j spark connector available at location
It is having drivers for java and scala but not for python
Below are the steps to setup Neo4j- spark scala connector application
Setup:
1. neo4j spark connector
Connector jar could be downloaded from the location
2. scala
download rpm from location
and install using rpm -i
3. sbt
Download sbt to /opt from location
update /etc/profile with export PATH=$PATH:/opt/sbt/bin
Code:
Write scala code or checkout example from github.com location
Update neo4j credentials
Build & Run:
Follow steps in the Readme to build & run the application
Neo4j spark connector available at location
It is having drivers for java and scala but not for python
Below are the steps to setup Neo4j- spark scala connector application
Setup:
1. neo4j spark connector
Connector jar could be downloaded from the location
2. scala
download rpm from location
and install using rpm -i
3. sbt
Download sbt to /opt from location
update /etc/profile with export PATH=$PATH:/opt/sbt/bin
Code:
Write scala code or checkout example from github.com location
Update neo4j credentials
Build & Run:
Follow steps in the Readme to build & run the application