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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Fisher's Exact Test

Hi, I've been working on a project with Neo4j involving genetics. My current data model is set up as follows: (:Allele)<-[:HETEROZYGOUS|:HOMOZYGOUS]-(:Subject)-[:had_result]->(:Phenotype) Where each :HOMOZYGOUS relationship type represents 2 relatio...

Export database - AWS Community AMI

Hi everyone, We are having troubles with the Neo4j Community AMI, https://eu-west-2.console.aws.amazon.com/ec2/v2/home?region=eu-west-2#LaunchInstanceWizard:. We need to export the data to other database, but we cannot use the apoc procedure: CALL ap...

Resolved! Load CSV not recognizing columns

Hi everyone, I am trying to load a CSV file and the problem is that neo4j is not recognizing the headers and does not split the data in columns and basically considers each row as a list. Another interesing aspect is that at the begining and ending o...

2X_0_0cbcd8502d8563a98796b8c6fdbef15698018c4c.jpeg
mauuuuu5 by Node Clone
  • 2977 Views
  • 9 replies
  • 0 kudos

RNeo4j Connection

It used to be that in RNeo4j I could connect to Neo via... graph = startGraph("http://localhost:7474/db/data/", username = "neo4j", password = "password") Still works for 3.x, but no longer for 4.0. How do I do this now? Thanks

Resolved! RETURN matching nodes and non-matching nodes

In a single query, how can I return both nodes that match an expression as well as nodes that don't match that expression? The specific situation I'm in is that I want two sets of nodes returned; one with a relationship and one without that relations...

JB47394 by Node Link
  • 828 Views
  • 2 replies
  • 0 kudos

Easily reorder-able ordered list

Hi — working on my first project with Neo4j and am looking for opinions about the best way to model something. So the idea is there are (c:Collection) nodes and (d:Document) nodes. The (c:Collection) nodes can -[r:CONTAINS]-> a (d:Document). The orde...