updated screencast link for cypher
This commit is contained in:
BIN
src/docbkx/reference/attachdetach.key
Normal file
BIN
src/docbkx/reference/attachdetach.key
Normal file
Binary file not shown.
@@ -160,7 +160,8 @@ for (Node foundNode : nodeIndex.get("property","value")) {
|
||||
<ulink url="http://docs.neo4j.org/chunked/milestone/cypher-query-lang.html">"Cypher"</ulink> which draws from many
|
||||
sources. It resembles SQL but with an iconic representation of patterns in the graph (concepts drawn from SPARQL).
|
||||
The Cypher execution engine was written in Scala to leverage the high expressiveness for lazy sequence operations of the language and the
|
||||
parser combinator library.
|
||||
parser combinator library. A screencast explaining the possibilities in detail can be found on the
|
||||
<ulink url="http://video.neo4j.org/ybMbf/screencast-introduction-to-cypher/">Neo4j video site</ulink>.
|
||||
</para>
|
||||
<para>
|
||||
Cypher queries always begin with a <code>start</code> set of nodes. Those can be either expressed by their
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
</section>
|
||||
<section>
|
||||
<title>Cypher examples</title>
|
||||
<para>There is a <ulink url="http://neo4j.vidcaster.com/U2Y/introduction-to-cypher">screencast</ulink> available showing many features of the query language.
|
||||
<para>There is a <ulink url="http://video.neo4j.org/ybMbf/screencast-introduction-to-cypher">screencast</ulink> available showing many features of the query language.
|
||||
The following examples are taken from the cineasts dataset of the tutorial section.
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user