Skip to content

Instantly share code, notes, and snippets.

View andymcgrath's full-sized avatar

Andy McGrath andymcgrath

  • Minneapolis, MN
View GitHub Profile
@andymcgrath
andymcgrath / starwars-universe.txt
Created October 25, 2012 03:34
Star Wars Universe Graph [use with Neo4j http://console.neo4j.org/?id=StarWars]
START LUKE=node(0)
CREATE
(HAN {name:"Han Solo"}),
(LEIA {name:"Princess Leia Organa"}),
(OBI_WAN {name:"Obi Wan Kenobi"}),
(YODA {name : "Yoda"}),
(TARKIN {name:"Grand Moff Tarkin"}),
(VADER {name:"Darth Vader"}),
(C3PO {name:"C3PO", droid:true}),