Re: [Neo4j] Unable to run neo4j 2.3.2 with maven dependency

2016-03-04 Thread Michael Hunger
can you share : mvn dependency:tree ? the only dependency you should need is: org.neo4j:neo4j:2.3.2 and perhaps for testing: org.neo4j:neo4j-kernel:2.3.2:tests + org.neo4j:neo4j-io:2.3.2:tests On Thu, Mar 3, 2016 at 3:23 PM, dragon wrote: > I am unable to run neo4j

Re: [Neo4j] How to create relationship having property of array values

2016-03-04 Thread Michael Hunger
There is a concept between player and team missing, it is probably a :LineUp that is valid for a season which you can then also connect to the year, games trainer etc. See also our worldcup content: http://worldcup.neo4j.org/ Michael On Thu, Mar 3, 2016 at 2:24 PM, Dhaval Patel