updated screencast link for cypher

This commit is contained in:
Michael Hunger
2011-12-20 13:13:26 +01:00
parent c9996cff44
commit 01c09627d6
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@@ -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

View File

@@ -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>