A Comprehensive Guide to Cypher Map Projection

Let Neo4j Format Your Cypher Result as a Ready-to-Use JSON Object for GraphQL or Object-Graph Mapping ApplicationsCredits: https://unsplash.com/photos/qDG7XKJLKbsCypher is a visual graph query language used by the Neo4j graph database. It lets you write very precise pattern matching queries like:MATCH (movie:Movie {title: “The Matrix”}) <-[:ACTED_IN]-(person:Person)WHERE person.born > 1960RETURN personThis returns the persons who acted in ...

Read more...

-- Estelle Scifo
Mon, 02 May 2022 13:34:56 GMT