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.

daniel_muellner
Node Clone
since ‎08-05-2020
‎06-01-2022

User Statistics

  • 17 Posts
  • 2 Solutions
  • 7 Kudos given
  • 3 Kudos received

User Activity

As the title suggests I want to be able to display cypher query results in a specific tee like manner by default. This is my expected visual result: My results always have: 1x start node of type A *x level nodes of type b 1x leaf node at every end o...
I do have a tree like hierarchically structure in my graph as seen in this image: I am querying for 4 connected nodes with the relationship "GLOR". In some cases the "GLOR" relationship between node 3 and 4 is missing. In this case i want to go up t...
I am performing a cypher query and realized that the graph view displays totally different data than the table or text view. Some other posts suggest that the "connect result nodes" settings option might be the reason but i turned it off already. Her...
I am trying to import a json file and work with the properties. Weirdly i can only access some of the values. Here is a sample from the json: Here is my code to load the json and return a list of names: CALL apoc.load.json('file:/500products.json') ...
I am trying to import a 80mb json file with around 2mio lines. Therefore i am running into a out of heap space error. To prevent the error i wanted to use periodic commit which i was not successfull with. Thats the command i tried: CALL apoc.periodic...
Kudos from