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

Neo4j refuses connection after delete

Our AWS Neo4j instance is down again with a "server refused connection" We were cleaning up some nodes ( match (a: {}) detach delete) in batches of 1000 nodes every 5 minutes. So nothing extraordinary. About 30 seconds into the 5th batch, the proces...

SessionExpired: WebSocket connection failure

Connection to remote neo4j does not work: SessionExpired: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver. Please use your browsers development console to...

Gosforth by Graph Buddy
  • 5118 Views
  • 17 replies
  • 0 kudos

Resolved! MERGE duplicate relationships

This CYPHER MATCH(a) WHERE ID(a) =1 MATCH(b) WHERE ID(b) = 2 CREATE (n)-[r]->(l) of course results in duplicate relationships when run twice which CYPHER should run to merge the duplicate relationships into one, without affecting the nodes?

3X_d_1_d11db158ff37beef9d617b8c77fc8ae239ddbaae.png

Resolved! How to avoid searching along very high dense nodes

Hi everyone. I am using apoc.path procedures to perform a traversal in my graph using BFS. I am wondering if there exists a way to avoid the traversal in dense nodes (for example, not traverse in nodes with more than 1000 relationships) and if there ...

Want to restore neo4j database on GKE

Hello, New to Neo4j Want to restore backup from standalone neo4j enterprise GCE to GKE cluster, both are evaluation license. After restoring complete, and try to connect it says, Database 'Neo4j' is not running. Tried to restart, but error remains sa...