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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

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
  • 385 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...

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
  • 129 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
  • 397 Views
  • 3 replies
  • 1 kudos

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
  • 114 Views
  • 0 replies
  • 0 kudos