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.

demoacct01
Node
since ‎11-22-2021
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am trying to learn Neo4j. I will like to model the subway network. The schema of a subway station look like this: { "identity": 0, "labels": [ "Station" ], "properties": { "name": "station-ew-01", "line": [ "ew" ] } } "ew" in the "line" property ...