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.

finlay_b_weber
Node
since ‎07-21-2020
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi all, I am looking at using Neo4j for a project. The only thing is that the domain that needs to be modeled not only has nodes and relationship, but these changes over time. It is for a transport system. Without going into much details below is an ...
I am getting started with Neo4j and I am going through the Movie dataset from the built-in examples that comes with Neo4j browser The first query that was presented in the tutorial is: MATCH (tom {name: "Tom Hanks"}) RETURN tom I was expecting to ge...