Using Text2Cypher for ad-hoc queries
2.3 · Lesson

Using Text2Cypher for ad-hoc queries

In the previous challenge, you created a Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. Template tool that runs a fixed Cypher query with variable parameters. Cypher Templates work well when the query structure is known in advance, but not every question fits a predefined Full definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship..

In this lesson, you will learn how to: