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.

Hi @akashmodanwal.fm

You can use the Neo4j Spark Connectorhttps://neo4j.com/docs/spark/current/quickstart/ into a Spark Cluster (or for example a solution like Databricks) to process data in parallel.

Hope this helps