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
  • 827 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
  • 1093 Views
  • 1 replies
  • 1 kudos

Self_directed relationship

I am having some sort of a tricky situation, and I would like some guidance on it.  I have a CSV file with same-name columns because of their unique relationships. However, when I build the graph I have relationships that return to the same node whic...

illus.jpg
Reuben by Graph Buddy
  • 313 Views
  • 2 replies
  • 0 kudos

Resolved! Using Relationship Properties to Filter Other Nodes

Hello, I would like to get the beehive's thoughts on this topic. I have a pretty dense graph consisting of 700,000 nodes and 14,000,000 relationships. We also spent months refactoring the graph data model so now we have something that works and is ef...

carib by Graph Buddy
  • 568 Views
  • 4 replies
  • 1 kudos

The port is free but server doesn't start

Hi, In last weeks I have been facing this problem several time. First it started with neo4j 4.1.3. that during change of database I had some issues. Then I tried to have a fresh database, but I couldn't start the server even though the port was free....

Load v3.5.3 dump file into v5.4.0

Hi, I am trying to load a v3.5.3 dump file into a v.5.4.0 db. After overcoming many hurdles, I get to this.    Failed to load database 'dbname': Can not read store version of database dbnameLoad failed for databases: 'dbname' Any help you can give me...

No properties on virtual nodes

Been following the presentation of Lju Lazarevic https://youtu.be/fOJqHcTpQxs?t=1236 Original: You can see that the label of the returned node is displayed ("Person") But when I do the same, on mine, this is not displayed for any node resulting fro...

2X_1_1f458fa6e2b45b19da406a376f1730cab628c7f7.jpeg 2X_b_b03853f3446257dea57d133dc376ac569d3788d1.jpeg 2X_d_ddf80a0622d3802b2e76103a18768cb9ca9b264e.png 2X_4_4861e5e57914fd6682d1ebe9fa4b0aa913bddaa3.jpeg

Resolved! UNWIND makes no sense to me

While this is a completely pointless query, it does illustrate the point I am confused about. Consider the following pointless query: MATCH p=(tom:Person {name:"Tom Hanks"})-[:ACTED_IN*2]-(:Person) UNWIND [n IN nodes(p) WHERE n.name = 'Bill Paxton'] ...