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.

ugurtosun
Node Link
since ‎12-01-2021
‎02-08-2023

User Statistics

  • 9 Posts
  • 0 Solutions
  • 11 Kudos given
  • 3 Kudos received

User Activity

Hi everyone, I use neo4j neo4j-community-4.4.12 edition on linux platform. I have been informed about one security leak on 7474 port which is neo4j web port.  In details; Plugin Output:Nessus was able to exploit the issue using the following request ...
Hi everyone, I am working on a huge graph consisting of 230M nodes and 600M edges. I trained embeddings with using built-in FastRP algorithm. The final objective is finding similar nodes with reference pivot embedding. When evaluating embeddings, cos...
Hi everyone, I am working on a large graph consisting of different type of labels, and these labels have their own properties. CALL gds.graph.create( 'derin', { Transaction: { label: 'Transaction', properties: {legacy_customer: {defaultValue: 0} , t...
Hello everyone, I am working on huge graph over 200M nodes and 500M edges. I will add a new node, and approximately 100M nodes will be connected with new node. I am working on with neo4j community edition. It takes too long time. I cannot paralelize...
Hi everyone, I am working on extracting graph embeddings with training GraphSage algorihm. I am working on a large graph consisting of (82,339,589) nodes and (219,521,164) edges. When I checked with ":queries" command the query is listed as running. ...