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

Stuck Remote Neo4j Backups

We've started seeing sporadic "stuck" backups using the Java libs: // https://mvnrepository.com/artifact/org.neo4j/neo4j-backup implementation "org.neo4j:neo4j-backup:3.4.9" Targeting a Neo4j Enterprise 3.4.3 we have this snippet: @Override ...

Modeling and querying Cupid's matchmaking database

Hi folks! I've got a toy problem I'd love to get some advice on -- I've got something working but get the feeling there may be a better approach. Here's the setup: This database contains all of the eligible singles in a small city (ie we'll never hav...

Dead Tutorial Link

Please note that the "Neo4J Enterprise VM" link (https://azuremarketplace.microsoft.com/en-us/marketplace/apps/neo4j.neo4j-enterprise?tab=Overview) on this Neo4j tutorial site (https://neo4j.com/developer/neo4j-cloud-azure-image/) is also 404'd. Plea...

eric5 by Node Clone
  • 365 Views
  • 0 replies
  • 0 kudos

Inserting large data into Neo4j

Hi Everyone! I have a question regarding Data insertion. So I have an adjacency list which has 3 columns: SOURCE, TARGET and EVIDENCE. The SOURCE and TARGET columns contain nodes and the EVIDENCE column contains the relationship as to how a node fro...

Resolved! Check Date Against list of Dates

I'm trying to wrangle some data here. I've got a relationship set up that looks like: (:Well {lastProdDate: Date})-[:ON]->(:Abstract {name: Name}) I'm trying to single out abstracts that have wells where 100% of the production is earlier than a cert...

Cluster not processing write cypher

We have a cluster of 3 servers (normal config, leader is read/write, 2 followers are read). We're having an issue of WRITE queries not completing, they're eventually returning an OOM exception. The cypher (with labels and props obsfucated): UNWIND ["...

Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure `apoc.path.subgraphNodes`: Caused by: org.neo4j.graphdb.NotFoundException: Node[35399801] not connected to this relationship[117302253]

Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure `apoc.path.subgraphNodes`: Caused by: org.neo4j.graphdb.NotFoundException: Node[35399801] not connected to this relationship[117302253] Cypher when ...