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.

Dabeeper
Node
since ‎02-15-2022
‎06-01-2022

User Statistics

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

User Activity

Is it possible for neo4j to "auto create" node properties from a JSON/REST endpoint? For example, I can hit a uri and see the resulting JSON. I want to create a node based on one of the key value pairs, which is easy enough. Now there may be 20-30 mo...
I can visualize my entire graph in two simple ways: MATCH (n) RETURN n or MATCH p=()-->() RETURN p Of my 500 or so nodes, and about twice that in relationships, I see that there is one of my dozen or so node labels that is dominating the graph, and f...
Trying to build an employee database. Every employee has a unique employee ID. I have a list in CSV format which I load to create my Employee nodes with an employeeId property set. This gives me a good start. Unfortunately, that is all the info I hav...