Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-22-2021 10:56 AM
02-22-2021 01:27 PM
This looks like Neo4j Bloom. That's good for visualizing the graph and exploring it without having to know much about Cypher, but it's not necessarily a good tool for learning and executing Cypher.
You should instead launch the Neo4j Browser. When you log into your instance via the Neo4j Browser, you should see a startup card with a few options. The one on the far right should be something like Cypher Basics which will walk you through a tutorial about what Cypher queries and syntax look like, with the ability to click on the examples to prep them for execution. The tutorial card should end with links to more advanced tutorials and additional Cypher resources. This approach is the best way to get hands on with Cypher especially when you have no prior experience.
The tutorials should give you enough info about what the syntax looks like, that you should be able to take one of the snippets provided and change the relationship types and labels such that they refer to patterns in your own graph, then you can execute those and make sure they do what you want.
All the sessions of the conference are now available online