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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! BASIC: Delete a single relationship between two nodes

I have two specific nodes, that I can identify with unique ids. Super simple - how do I remove a single likes relationship between the two? This doesn't work for some reason, nothing is returned and there is no difference to the data in Neo4J. Note t...

Calculate Jaccard similarity

I have a file with NODE IDs and a property called MACCS with  0 and 1. I want to calculate jaccard similarity . What is the efficient way to do it ? I have attached the file linke here . I want to load the file , query i am using is gph_conn is the c...

Graph projection

can you create new relationships using graph projection? Here is the code i have that doesn't work. However, it works after i remove the create relationships part.   CALL gds.graph.project.cypher( 'temp5', 'MATCH (n) WHERE n:Publication OR n:Model O...

Resolved! Raft logs not being pruned

We have a causal cluster with 5 core nodes. DB size ~60GB. Every couple of days one of the nodes becomes offline with status: Quarantine marker is present, but unable to read. This seems to be caused by running out of space even though each instanc...

demian by Node Link
  • 1000 Views
  • 5 replies
  • 0 kudos

neo4j admin

I am currently using Neo4j Community version:neo4j-community-4.4.4-windows. When I use this command, the following error occurs. neo4j-admin load --from=C:/Users/UserName/Desktop/2022721.dump --database=neo4j.db --force The same error is reported whe...

Bloom no longer connecting

Hi, I have a database that I am now having trouble connecting to.  Within Desktop Browser after starting it does not connect and I need to use the connect server button. Doing so connects but I notice it no longer uses the standard port 7687 but rath...

export a graph from graphcatalog to csv

I am using the CALL gds.beta.graph.export.csv function, and it gives this error  Failed to invoke procedure `gds.beta.graph.export.csv`: Caused by: java.nio.file.FileSystemException: /": Read-only file system I have used the same folder for apoc.expo...