Cypher Query Language

Tue, 02 Aug 2022 10:48:42 GMT

 Properties

Key Value
Identifier cypher-query-language
Name Cypher Query Language
Type Topic
Creation timestamp Tue, 02 Aug 2022 10:48:42 GMT
Modification timestamp Tue, 02 Aug 2022 12:41:25 GMT

Cypher is Neo4j's graph query language that lets you retrieve data from the graph. It is like SQL for graphs, and was inspired by SQL so it lets you focus on what data you want out of the graph (not how to go get it).

Back to top


Notes
Tue, 17 Dec 2024 07:51:54 GMT
Start local Neo4j instance

Steps:

  • Bring up the Neo4j Docker container with docker compose up -d
  • Open browser and navigate to http://localhost:7474
  • Provide default username (neo4j) and password (Passw0rd)
  • Take down the Neo4j container with docker compose down


Back to top

 Context

 Topic resources