/cypher-scripts

Some Basic CQL from experimenting with Neo4J

Cypher Scripts

Experimenting with the cypher queyr language for performing database operations on a Neo4J Database.

"Cypher is a declarative graph query language for the graph database Neo4j that allows for expressive and efficient querying and updating of the graph store. Cypher is a relatively simple but still very powerful language. Very complicated database queries can easily be expressed through Cypher. This allows users to focus on their domain instead of getting lost in database access"

Links

For more informations on the cypher query language and neo4j in general see the Neo4j Cypher Documentation