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

Cypher-shell works remotely but not locally

I'm running 4.1 enterprise using the latest EC2 AMI (ami-0afe90add2767a91c). When I ssh in, I'm unable to connect using cypher-shell locally: $ cypher-shell -u neo4j -p ----------- Unable to connect to localhost:7687, ensure the database is running ...

Modeling dilema: cloning nodes or overloading edges

Hello all. Need some wisdom in deciding between two modeling options. Consider the following graph representing the breakdown of a learning domain (e.g. Math): For example, Domain:Math -> Subject:Algebra -> Topic:Linear Equations -> Chapter:Variable...

2X_f_f0d8a7d74d5adbd7bdcd4fc784a4a551d7bb4504.png 2X_8_8efac1a22bd91ce63c4cf18cbe8e1516f1cc6658.png
mor by Node
  • 546 Views
  • 2 replies
  • 2 kudos

Resolved! DAO classes from different module not recognized

Hi I am using org.springframework.boot:spring-boot-starter-data-neo4j -> 2.2.3.RELEASE library to work with Neo4j. I have multi module project where my DAO classes are in separate module. The problem is when I am trying to do some operation on Neo4j ...

De Dup with Neo4G

Hi I would like to solve some challenges I have on Customers De Dup. I thought about Graph DB as a candidate for the challenge. Found this reference but unfortunately, the full article is missing. Neo4j Graph Database Platform ...

2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png

Resolved! Getting a total, maximum and ratio in query

Hi, I’m trying to get a ratio of relationship count of each node, to the highest number of relationships for any more. I’ve tried a few things, but the closest I’ve got is this: MATCH (n:Allele) WITH n, size((n)<-[:HETEROZYGOUS]-()) AS hetCount, 2*(s...

Exporting a graph with virtual relationship

Hello, I am fairly new to Neo4j and am struggling with exporting a graph with virtual relationships. The original graph has patterns like (n:Add)-[:label1]->(:label2)-[:label3]->(:label4)-[r:label5]->(m:Add) However, for the moment I'm only interest...

How does Bloom Handle Multiple Full Text Indexes

Hi, I have a database that had a full text index and I have added additional node types and created an additional full text index Indexes 1,2, and 3 were and in my initial set up. And I could do searches on Word and the nodes would generally be foun...

2X_8_86ffc23496208b8d1519e866238fa7c01ceed190.png

Resolved! Reload Neo4j using Systemd

When running neo4j as a systemd service is there any way to reload the configuration and certificates in particular without a full restart of the db? Here is the documentation (little sparse?): https://neo4j.com/docs/operations-manual/current/install...