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.

Distributed Installation For Java/Python/Apache Spark

How to install neo4j in a distributed manner that we store partition of a big graph into diffrent instances and run a query in parallel on all of instances.

1 REPLY 1

Hi @akashmodanwal.fm

You can use the Neo4j Spark ConnectorQuickstart - Neo4j Spark Connector into a Spark Cluster (or for example a solution like Databricks) to process data in parallel.

Hope this helps