Questions tagged [neo4j-mazerunner]

Mazerunner is a set of Docker images which allows for high-performance graph analytics for Neo4j databases.

Mazerunner is a set of images which allows for high-performance graph analytics for databases.

For more information, see the GitHub page.

9 questions
3
votes
1 answer

Problems while building neo4j mazerunner project

While building a project when i run these 2 command line in ubuntu it shows me the following errors: $docker build -t workspace/stageprojet . --2016-08-01 14:33:06-- …
1
vote
3 answers

Visualize Strongly Connected Components result using Cypher

I've used neo4j-mazerunner to analyze strongly_connected_components relationship on my graph. The process has ended and now I got the strongly_connected_components property on my nodes. I have used the following query to get rows of nodes distinct…
1
vote
0 answers

Error in spark-1.1.2-RELEASE-driver.jar

When I try to RUN the command below which is in the DockerFile of the project Kbastani/neo4j-mazerunner I get an error that the site is disabled. Command: RUN wget…
Salma Hakim
  • 105
  • 8
1
vote
0 answers

Getting error while runnig neo4j-mazerunner project

I'm trying to run the project neo4j-mazerunner of Kenny Bastani but it gives me an error : root@salma-SATELLITE-C855-1EQ:~/workspace/neo4j-mazrunner# docker run 1cddd1005556 Starting message broker: rabbitmq-server. __ ______ _____ …
Salma Hakim
  • 105
  • 8
1
vote
1 answer

Step by Step Setup Guide to Neo4j Mazerunner in Windows

I would like to use the Spark-graphX packages available to Neo4j through Mazerunner, however I am an analyst and not a software person. I am running Windows 7 on my laptop and Neo4j 2.3.0, and would like a step-by-step guide explaining how I can…
T. Wilson
  • 33
  • 1
  • 4
0
votes
1 answer

neo4j-mazerunner, How to Increase memory size in docker-compose.yml

Using kbastani/spark-neo4j with docker-compose on MacBook pro (16gb mem), I'm trying to analyze strongly_connected_components of my graph. I have a graph with about 60,000 nodes (n1:Node {id:1})-[r:NEXT {count:100}]->(n2:Node {id:2}). Using the…
Shlomi Schwartz
  • 8,693
  • 29
  • 109
  • 186
0
votes
1 answer

neo4j - Mazerunner job not responding

I'm using kbastani/spark-neo4j with docker-compose to analyze Betweenness Centrality of my graph. my nodes are built like so: (n1:Node {id:1})-[r:NEXT {count:100}]->(n2:Node {id:2}) I've ignored the log exception (Since I do not know how to…
Shlomi Schwartz
  • 8,693
  • 29
  • 109
  • 186
0
votes
1 answer

Neo4j graph database 2.2.1

i want to test the Neo4j Mazerunner service developed by Kenny bastani. and i need the neo4j 2.2.1. Please can anyone help me to find the install of neo4j 2.2.1, because i don't find it in the Neo4j website, their is only the latest versions.…
Sasa88
  • 327
  • 1
  • 3
  • 15
0
votes
1 answer

how to pull neo4j database to mazerunner docker

I am using Mazerunner docker given by kenny Bastani to integrate neo4j and spark-graphx. I am able to process Movie graph that is given. Now I want to pull my own Twitter graph to Mazerunner docker. Can any one tell me how to pull a new graph to…
Naren
  • 457
  • 2
  • 10
  • 19