spark-neo4j
spark-neo4j copied to clipboard
A single docker image that combines Neo4j Mazerunner and Apache Spark GraphX into a powerful all-in-one graph processing engine
The neo4j's version is 2.2.3 in docker-neo4j images, so is there error in latest commit?
not sure in which container such update should take place.
Hi,I follow the link to do,and the graph was exported to Spark for processing. link: https://github.com/kbastani/spark-neo4j/wiki/Linux-Install-Guide I have a result of: { "result": "success" } but I cannot querying the...
How can I run this with a local db? Thought a -v flag would work. Seems compose might complicate things e.g. docker run --env DOCKER_HOST=$DOCKER_HOST \ --env DOCKER_TLS_VERIFY=$DOCKER_TLS_VERIFY \ --env...