www.reitmaier.com
  • About
  • All posts

“Soccer Scouting System” with Neo4j, part 3 - Tue, Feb 13, 2018

Let’s create this in Neo4j to start with:

CREATE
	(myc:Club {id:'myc', name:'My Club'}),
	(teamA:Team {id:'mycTeamA', name:'Team A', season:'2015-2016'}),
	(teamA)-[:REPRESENTS {season:'2015-2016'}]->(myc),
	(goalie1:Player {name:'My Goalie', dob:20000101, position:'Goalie', handedness:'right'}),
	(goalie1)-[:SELECTED_FOR]->(teamA)

This results in the following:

Back to Home


hugo.386 theme by Max le Fou | © EC Reitmaier 2020 | reitmaier.com | Built on Hugo

Facebook Twitter Linkedin GitHub