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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 1006 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1217 Views
  • 1 replies
  • 1 kudos

Resolved! Shortest path algorithms in GDS lib do not work properly

hi , I use the Dijkstra Source-Target algorithm to find the weighted shortest path via the cypher code below. However, the result still shows the unweighted shortest path even after I added the "relationshipWeightProperty" in my cypher "call" query. ...

Resolved! Help with children / parents query

Hi, could you please help with finding query ? I am absolute beginner. Here is my schema. The problem: given list of X nodes, which are children of C,D,E,F,G find node B which has the most X nodes connected through nodes C,D,E,F,G.After that, I need...

Screenshot from 2022-12-06 11-14-56.png

Resolved! LOADING CSV

Hello  please some help  I used the below code to load my CSV file on Neo4j LOAD CSV WITH HEADERS FROM "file:///C:/modules.CSV" AS Modules create(:Modules{mod_code:Modules .mod_code,old_code:Modules.old_code,title:Modules.title,credits:toInteger(Modu...

cflow by Node Link
  • 577 Views
  • 4 replies
  • 0 kudos

Error when doing Node Embedding

Hi All, I am doing node embedding for one of the assignments. I have done embedding for 30K records. After that I have dropped the in memory graph and cleaned up resources. After sometime I have another set of 40K records and when I run Node embeddin...

find all shortest Paths between given source and target

Hi there, I am new to the graph data science library and am a bit unsure how to achieve the following goal. I have two biological entities (nodes) and i want the shortest path between them. If there are several paths of the same length i want all of ...

Chiara by Node Link
  • 254 Views
  • 0 replies
  • 0 kudos

Neo4j plugin setProperty doesn't seem to work

Given the following code I would expect every node which is created in the database to receive a property CreatedAt.At the moment some nodes get the CreatedAt property, but others do not. @Overridepublic Void beforeCommit(TransactionData data, Trans...

neo4j browser websocket security concerns

Hello, We installed a test neo4j server on our server (remote, not local) and when I use internet browser to play with the neo4j database, I inspected the http network connection from browser debug, and fount out a websocket is used to connect to the...

drpeng by Node
  • 191 Views
  • 0 replies
  • 0 kudos

Exact match for string with CONTAINS

Hi all, i have been stuck on an issue related to cypher matching. So we have multiple nodes which contains a property 'x_matchKey' and we use this x_matchKey property to fetch the result with a CONTAINS. the query goes like that that: MATCH (a:pers...

takhims by Node Link
  • 560 Views
  • 3 replies
  • 1 kudos

Neo4j Server push changes from one server to another

Hi, We have multiple neo4j servers like one is for dev, one is for qa, then staging and so on. I work on the dev server when I am done I copy paste the Cypher queries I used in dev to the qa Server once QA is done then I paste the Cypher queries in s...

Importing .shp file in Sand Box

Hi all, When I run CALLspatial.importShapefileToLayer('geom','gs://dse203_group_project/Data/cb_2021_06_tract_500k/cb_2021_06_tract_500k.shp') I get the error that There is no procedure with the name `spatial.importShapefileToLayer` registered for ...

James7 by Node
  • 162 Views
  • 0 replies
  • 0 kudos