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.

sura-nsgindia
Node Link
since ‎11-11-2019
‎06-01-2022

User Statistics

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

User Activity

I have imported a Shapefile. Now I want to update the geometry and other properties of particular node(s). How can I do this? Thank you.
Uable to import shapefile Query: call spatial.importShapefile("file:///shapefiles/SupportStructure.shp") Error: import folder: Plugin folder: Can anyone help on this, why I am getting this error. Thank you
For example: Situation 1: (a) - [:CONNECTED] -> (z) result 1: (a) - (b) - (c) - (d) - (stop) - (e) - (f) - (z) Now as the stop node came between the result, I want the following result: (a) - (b) - (c) - (d) - (stop) Situation 2: (a) - [:CONNECTED] -...
This is a network graph. Nodes are connected to other nodes with CONNECTED relation. MATCH path = (s:startPoint {id:'123'}) - [:CONNECTED*] - (e:endPoint) WITH path UNWIND relationships(path) as paths with DISTINCT paths as distinctPath MATCH p = () ...
Hello all, Heard about Neo4J from colleague. Current using it for network analysis. Here to know more about Neo4J, with that to help others and hoping to get help back from other as well.
Kudos from
Kudos given to