Open project in IntelliJ.
Right-Click on src/test/scala/Engine and choose "Run 'Engine' "
Choose Simulation to run.
Simulations in src/test/scala directory have hardcoded "benchmark" for password.
The Neo4j graph.db database linked above only has the minimal indexes.
InteractiveComplex queries require:
CREATE INDEX ON :Person(firstName);