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
  • 987 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Resolved! Graphing only paths returned by allShortestPaths()

I am interested in producing visualizations of the paths returned from allShorestestPaths(). The issue I am running into is after returning the paths any relationships between intermediary nodes is also displayed. I would like to only display the rel...

Errors during CommitAsync

Hi, We are facing some NullPointerExceptions during commit in our application. java.lang.NullPointerException: null at org.neo4j.driver.internal.async.ResultCursorsHolder.retrieveFailure(ResultCursorsHolder.java:51) at java.util.stream.ReferencePip...

Resolved! Importing CSV doesn't work properly

Hey everyone , I am using this query to import my CSV file : LOAD CSV WITH HEADERS FROM 'file:///Contrats2018.csv' AS Contracts FIELDTERMINATOR ';' CREATE (c:Contrat18 { id:Contracts.contract_id , cpv:Contracts.contract_CPV_3_digits}) And after exec...

Neo4j Performance during writes

My graph contains 2.5 Milion nodes. During writes, read query time is reaching till 4 sec. Current graph size is 58G. RAM = 24G. cypher query : (s:Node(id : x) ) - [r:RELATION] -> (d:Node) return r,d; where x has unique index. Is there any optimiz...

Noe4j Performance Impact with deletion

My graph contains 2.5 Milion nodes. Current graph size is 58G. Machine RAM = 24G. We need to do the cleanup of DB. We have to delete 10 Millions of nodes with their attached relations. As documented graph size (disk) will not reduce because of the re...

Use edge as a property

Sorry I'm new to the graph database world so my question could be a bit dumb but I'm trying to learn... I've used RDF triplestores in the past and I'm looking into property graphs since the main selling point compared to triplestores seems to be simp...

Resolved! Conditional apoc.map.setKey

Hi! I was trying to conditionally set a key using apoc.map.setKey but am not getting it to work. How would I go about doing something like if value.selection is not null apoc.map.setKey(n, 'who', {filter: value.selection, type: type}) Any hints woul...

nikolai by Node Link
  • 1262 Views
  • 2 replies
  • 1 kudos

How linked to version number are the graph.db files

I'm using Neo4j 3.3.1 on my Linux machine, but have a 3.4.7 database on my Windows machine. I can't upgrade my Linux machine at the moment, but would like the database from the Windows machine on my Linux machine. So my question is, can I just copy t...

doug by Node Clone
  • 926 Views
  • 1 replies
  • 0 kudos

Question About Collaborative Filtering Query

Hello community, I'm new to Neo4j and graph databases, and struggling with a query for a collaborative filter recommender. I'm imagining myself as a hiring manager trying to find freelancers I don't know who have been liked by other hiring managers t...

I can't launch Neo4j through the browser

Hi All, Apologies if this isn't the correct forum but I've been having a lot of trouble with getting Neo4j to launch. I went to http(s)://localhost:7474, http(s)://localhost:7473, http(s)://localhost:7687, and I get the same error. "This site can't b...

Neo4j relationship creation gets stuck during import

Hello guys, I am facing an issues with my local neo4j database. I am trying to insert around 100.000 nodes and 380.000 relationships using the official C# neo4j driver. Most of the time the data import takes around 23 seconds (which is fine for me). ...

2X_7_76ea59df532038cf8a02e6420168ef7d667d94bf.jpeg 2X_7_756c3b8fbddcc5cec2f9e0598f5a41992a801672.jpeg
dti by Node Link
  • 3141 Views
  • 10 replies
  • 3 kudos