graph_processing
graph_processing copied to clipboard
Graph Processing Algorithms on top of Neo4j
The install instructions tell to add `org.neo4j.server.thirdparty_jaxrs_classes=com.maxdemarzi.processing=/service` to neo4j-server.properties. However that is not working with Neo4j v3.0. Instead using `dbms.unmanaged_extension_classes=com.maxdemarzi.processing=/service` is working. I added this to neo4j.conf. Using neo4j-server.properties didn't...
This test keeps failing when I try to build graph_processing. [ Note that I built against 3.0.6 rather than 3.0.4, could that have made the difference? ] ``` ------------------------------------------------------------------------------- Test...