cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Resolved! Use the "identity" property in a query

In the database when opened with neo4j browser, I have noticed that for every node that is created in the database, it is assigned with a property "identity". I want to know if this "identity" property can be queried upon and if so, how.

Resolved! Exercise 3.2

In exercise 3.2, we have to retrieve all people who have written "other" movies, i.e movies other than one with the 'title' - Speed Racer I'm trying something like MATCH (p:Person)-[not :WROTE]->(:Movie {title:"Speed Racer"}) return p but its not wor...

Exercise 14.6 - Intro to Neo4j 4.0

Note that as I go through the exercises, I am testing out "what if" scenarios. This exercise has two parts, asking for ('real OR world') and then also ('real AND world'). Alternatives: Using ('real or world') works. Using ('real' OR 'world') does not...

Couldn't login into sign in into Graph Academy

Hello guys, how are you today? So, I was willing to take an online training and failed due to the sign in button is not working for me. I've tried in Chrome, Edge Chromium and Opera, same results. Did anyone face this issue as well? I click over and ...

Navigating the training course

Hi All, I'm finding it confusing to navigate the training course. It appears that there are 8 parts to the video in the Evolution of Graph Databases section--how many am I expected to watch before reading on to What is a Graph Database?

Intro to Neo4j 4.0 - Constraint Question

Question 3 of the section on Defining Constraints for your data asks "How many properties can be defined for a NODE KEY constraint?" Per section 4.4 of the Cypher Manual, it seems to be unlimited: However, when I choose "unlimited" for the answer, i...

2X_5_5085a06fe83e75ab8398f6a5fc263ddf786defc9.png

Updating online courses

Some of the queries listed on online training does not work for the older version of the neo4j. Example: https://stackoverflow.com/questions/62365265/neo-clienterror-statement-syntaxerror-invalid-input-l-expected-r-r-or-o-o/62367486#62367486. How as ...