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
  • 920 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
  • 1163 Views
  • 1 replies
  • 1 kudos

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

Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure apoc.path.subgraphNodes: Caused by: org.neo4j.graphdb.NotFoundException: Node[199446563] not connected to this relationship[112111602] can anyone explain why this error is comm...

Graph Algorithms or Graph data science Library

Hello, I 've install Graph data science Library ,but while previously link prediction algorithms were working now they dont exist in the database,Should i do something to fix it or to return to Graph algorithms Library is there a difference between t...

Why this neo4j cypher query fails to rewrite?

I'm trying to submit this query to my neo4j-community database: MATCH (n1:Hashtag{name:'animal'}) CALL apoc.path.subgraphNodes(n1,{}) YIELD node WHERE node.postsCount > 1000 AND node.postsCount < 200000 RETURN node LIMIT 50 Neo4j Browser returns thi...

Resolved! Sorting in query "WITH" scope

To make a clear picture of my problem here is the working original code: MATCH (u:User)-[:GROUPUSER]-(g:Group) WHERE id(u)=1 WITH g, [(g)-[:GROUPUSER]-(us:User) | id(us)] AS userIds RETURN id(g) as id, g.name as name, userIds ORDER BY name The resul...

Resolved! Complex Match Statement

I have a relationship like following (country)<-[:REGION_OF]-(region)<-[:CITY_OF]-(city) AND (country)<-[:CITY_OF]-(city) Now i use the following query to get the all the city and country which have or does not have a relationship with country. (cou...

Importing data directory Windows 10 desktop

New to neo4j here. I'm running the Windows 10 desktop application, version 1.2.5. A collaborator has sent me a neo4j database directory as what appears to be a copy of the directory itself. The 'data' directory contains two subdirectories, 'databa...

sean1 by Node
  • 1071 Views
  • 2 replies
  • 0 kudos

Resolved! Modifying specific elements of an array

Hi everyone, I have a question concerning arrays in cypher. Say, I have a node with an array: CREATE (n:Node {array: [1,2,3,4,5,6]}) Now I want to write on the second and fifth entry of this array. From other languages, I would guess something like ...

Resolved! Links of Link with depth

Hi There, I am a newborn baby in Neo4j world. I have downloaded version 4.0.3. I tried browsing for an answer to my requirement, but couldn't find one that exactly matches my need. I have created 10 person nodes as below: CREATE (U1:Person {UID:'1',N...

vramkri by Node Clone
  • 976 Views
  • 5 replies
  • 0 kudos

How to Flush Cache

i have run couple of bench-marking test and then delete all recods with delet query. but the ram utlization is 70% wondering how to clear the memory . i have restart cluster but ram is still on same utlitization. haven't found any clue how to flush ...

t11 by Node Clone
  • 3056 Views
  • 3 replies
  • 1 kudos