Skip to content

Instantly share code, notes, and snippets.

@peterneubauer
Created January 4, 2013 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterneubauer/4451464 to your computer and use it in GitHub Desktop.
Save peterneubauer/4451464 to your computer and use it in GitHub Desktop.
start joe=node:node_auto_index(name = "Joe") match joe-[:knows]->friend-[:knows]->friend_of_friend where not(joe-[:knows]-friend_of_friend) return collect(friend.name), friend_of_friend.name
@peterneubauer
Copy link
Author

this looks cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment