rsnext/examples/with-neo4j/pages
Adam Cowley 9774d9b1e0
Optimised Cypher queries in Neo4j example (#25973)
Thank you for including a Neo4j example!

This PR rewrites the Cypher queries using a [pattern comprehension](https://neo4j.com/docs/cypher-manual/current/syntax/lists/#cypher-pattern-comprehension) which will make them more performant and removes the need for the `collect(DISTINCT ...)` step.
2021-07-19 20:18:40 +00:00
..
actor Optimised Cypher queries in Neo4j example (#25973) 2021-07-19 20:18:40 +00:00
api Optimised Cypher queries in Neo4j example (#25973) 2021-07-19 20:18:40 +00:00
movie Optimised Cypher queries in Neo4j example (#25973) 2021-07-19 20:18:40 +00:00
_app.js [ EXAMPLES ] Added with-neo4j (#16559) 2020-11-24 18:35:51 +00:00
index.js Optimised Cypher queries in Neo4j example (#25973) 2021-07-19 20:18:40 +00:00