opencypher.org opencypher.org | opencypher@googlegroups.com - - PowerPoint PPT Presentation

opencypher org opencypher org opencypher googlegroups com
SMART_READER_LITE
LIVE PREVIEW

opencypher.org opencypher.org | opencypher@googlegroups.com - - PowerPoint PPT Presentation

opencypher.org opencypher.org | opencypher@googlegroups.com opencypher.org opencypher.org | opencypher@googlegroups.com MATCH (q:Question) RETURN q{ { .title, title: Cypher query to delete a node, author: John Smith,


slide-1
SLIDE 1
  • pencypher.org
  • pencypher.org | opencypher@googlegroups.com
slide-2
SLIDE 2
  • pencypher.org
  • pencypher.org | opencypher@googlegroups.com
slide-3
SLIDE 3
  • pencypher.org
  • pencypher.org | opencypher@googlegroups.com

MATCH (q:Question) RETURN q{ .title, author: [(q)<-[:ASKED]-(u) | u.name][0], tags: [(q)<-[:TAGGED]-(t) | t.name], answers: [(q)<-[:ANSWERS]-(a)<-[:PROVIDED]-(u2) | a{ .text, author: u2.name } ] }

{ “title”: “Cypher query to delete a node”, “author”: “John Smith”, “tags”: [ “neo4j”, “cypher” ] answers: [ { “text”: “Some answer”, “author”: “Bill Jones” } ] }

slide-4
SLIDE 4
  • pencypher.org
  • pencypher.org | opencypher@googlegroups.com
slide-5
SLIDE 5
  • pencypher.org
  • pencypher.org | opencypher@googlegroups.com
slide-6
SLIDE 6
  • pencypher.org
  • pencypher.org | opencypher@googlegroups.com