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
  • 856 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

Backups

I would like to make daily backups.  Ideally automating the creation of snapshots and downloading them to my machine on a cron job.  Currently, I have to log in and create / download the snapshot manually. Is there an API or some way of automating sn...

AuraDB - LOAD CSV from Authenticated Url

In the docs for loading CSV, it states you can load a CSV but ONLY from a publicly available URL. This is problematic for us as we are trying to load our company's CSV data into Aura and cannot have it publicly available. Are there plans to support a...

Complex subtree selection

Hello. There is a graph. create (a:Node {title:"A", ordered:false, active: true}), (aa:Node {title:"AA", ordered: true, active: true}), (ab:Node {title:"AB", ordered: false, active: true}), (ac:Node {title:"AC", ordered: false, active: false}), ...

Splitting Nodes and Preserving Relationships

Hello - I have a set of nodes where multiple values within a property have been delimited by a semicolon. These nodes have relationships to other nodes already established. I would like to split the node up based on the delimiter and preserve the ex...

brian1 by Node Link
  • 1252 Views
  • 3 replies
  • 1 kudos

PageRank recommendation query

I am trying to compute a page rank with the code below be I keep getting the error: message: Type mismatch: expected String but was Map   result=gds.run_cypher(''' CALL gds.pageRank.stream({ nodeQuery:'MATCH (d:Doc) WHERE d.id IN $isletter OR ((d) ...

Riri2022 by Node Link
  • 106 Views
  • 0 replies
  • 0 kudos

Duplicate Master Records issue

My current schema is as below where a "Customer_ERP_Auto" node (in brown) gets connected to other related "Customer_ERP_Auto" nodes via multiple relationships. My Objective here is to create a new “Customer_Master” node for every such group / cluste...

sethus_0-1674192253832.png sethus_1-1674192393464.png sethus_2-1674192426710.png
sethus by Node
  • 189 Views
  • 2 replies
  • 0 kudos

Resolved! Not detecting repeated nodes

My cypher query is not able to detect duplicates / repeated nodes under different labels. The output it gives me is –> (no changes, no records)   MATCH (n) WHERE n.name = "Joining" WITH n, COUNT(n) as count WHERE count > 1 RETURN n   However, when se...

Reuben by Graph Buddy
  • 679 Views
  • 7 replies
  • 1 kudos