Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-16-2019 07:00 PM
Can we run multiple graph algorithms at once say betweenness, pagerank, eigenvector, strongly connected, then export the results as csv for each nodes?
09-17-2019 10:35 AM
You should be aware that running some of these graph-wide algos can be expensive, memory-wise, so running multiple graph-wide algos at a time in parallel isn't generally recommended unless you're sure you have the heapspace to support that.
Algos should have a memrec procedure that you can use to get estimates on memory usage and configuration.
All the sessions of the conference are now available online