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.
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 sutse...