Another Word For It Patrick Durusau on Topic Maps and Semantic Diversity

March 16, 2013

Cypher basics: it all starts with the START

Filed under: Cypher,Graphs,Neo4j — Patrick Durusau @ 2:27 pm

Cypher basics: it all starts with the START by Wes Freeman.

From the post:

“It all starts with the START” -Michael Hunger, Cypher webinar, Sep 2012

The start clause is one of those things that seems quite simple initially. You specify your start point(s) for the rest of the query. Typically, you use an index lookup, or if you’re just messing around, a node id (or list of node ids). This sets the stage for you to match a traversal pattern, or just filter your nodes with a where. Let’s start with a simple example–here we’re going to find a single node, and return it (later we’ll get into why start is sort of like a SQL from):

Wes continues his excellent introduction to Cypher.

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress