GraphX / Mazerunner

Hi!
What is the status of Mazerunner? It hasn't had any changes in a very long time. Is it superceded by something else? I'm very interested in leveraging Spark GraphX to process subgraphs.

We haven't had the capacity to keep it up to date :( as the setup was fairly involved.

Did you check out #neo4j-graph-platform:graph-algorithms ?

What exactly do you want to do?

I want to run complex graph analytics to find patterns in data as fast as possible and without having to worry that my queries are so complex / large that I put the JVM into GC thrashing.

The analytics I want to run aren't just shortest path or sutsering type stuff but are more complex retail based analytics to find patterns in sales. They run frequently and they need to be as fast as possible.

Did you check out CAPS / Morpheus for your needs?