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

Sync GDS graph into READ_REPLICA

I want to use gds algorithm in a causal cluster. I have 3 cores and 2 replicas. I designed the cluster following the concept "write-read seperating", so I only run gds algos on replicas with stream mode. At the beginning, I used anonymous graphs mec...

Leon by Node
  • 505 Views
  • 1 replies
  • 1 kudos

Load large xml (3G) with apoc.load.xml

i'm tryin to load large xml (3G) with apoc.load.xml but I have this error Neo.ClientError.Procedure.ProcedureCallFailed Failed to invoke procedure apoc.load.xml: Caused by: java.lang.OutOfMemoryError: Java heap space i made my memory config like this...

How to update a Neo4j AWS AMI?

I have an instance of Neo4j AWS AMI, created via subscribing through AWS Marketplace, at version 4.2.4. This version is no longer offered by Neo4j, so would like to upgrade to 4.3.*. However, I'm struggling to find a resource on how to upgrade an ex...

ed1 by Node Link
  • 248 Views
  • 0 replies
  • 0 kudos

What can cause Neo4j to hang for around 3-5 minutes?

I'm regularly making cypher queries to insert data in to Neo4j. Every now and then Neo4j will hang for around 3-5 minutes, and I'm not able to run any queries against the database. What usually causes this? I've checked debug.log and I haven't found ...

inersha by Node Clone
  • 198 Views
  • 0 replies
  • 0 kudos

Migrate data from MongoDB to Neo4j

Our team want to use your product, Neo4j Desktop, to check inner data relationship from MongoDB to find some insights. So we want to migrate MongoDB data to Neo4j first. Can you support us to do it? Thank you.

Neo4j Cypher File Import

While importing cypher file in neo4j browser using "apoc.cypher.runFile(fileName)" I am able to see the created nodes but the relationships are not visible between them. Kindly help me with this problem. I am using the latest version of Neo4j. Thank ...

Resolved! How to keep objects in node

I have data in object with this structure [{ name:'here is name, which can have punctuation marks ', value: 'here will be text ' }, { name:'here is name, which can have punctuation marks ', value: 'here will be text ' }] I am trying to fin...