Working independently with METIS and Neo4j in the past, I donβt know a single tool for creating a METIS file from Neo4j. At the same time, writing such a tool should be an easy task and will be a great community contribution.
Another approach for integrating METIS with Neo4j may be to connect METIS to Neo4j from C ++ through JNI. However, it will be much more active, as he will have to take care of such things as transactions, concurrency, etc.
In the more general question of graph partitioning, it is possible to implement reasonable efforts with some of the more well-known and simple algorithms.
source share