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

Resolved! Directed Relationship Index Seek Does Not Work

I discovered that Directed Relationship Index Seek does not work in optional match circumstances properly. Neo4j Version: 4.4.4 Operating System: Ubuntu 20.04 / Docker API: Cypher Steps to reproduce Add test dataMERGE (ip:IP{val: '192.168.1.1'}) - [o...

yoneda_0-1669279723291.png yoneda_1-1669279760008.png
yoneda by Node Link
  • 619 Views
  • 3 replies
  • 2 kudos

apoc.refactor.mergeNodes Performance

Hi, I use the 4.4.8 neo4j version and my database has 10M nodes and 3M relations. I want to merge nodes with same "Age" property. but below cypher does nothing, no hangs, no crash, no error and obviously no mergers props size is 80 which means the s...

Resolved! MERGING multiple nodes + SETTING properties

I am having a challenge merging nodes and also setting a property at the same time. Although it works, some nodes are still very independent instead of linking to other nodes. My objective is to connect the nodes with similar identities. ______ "LOAD...

eg.png graph_example.png
Reuben by Graph Buddy
  • 1026 Views
  • 9 replies
  • 1 kudos

How to recover a lost password of system user

Hello, I have tried to recover lost password of system user but unable to recover. $ ./cypher-shell -d system Connected to Neo4j 4.0.2 at neo4j://localhost:7687 . Type :help for a list of available commands or :exit to exit the shell. Note that Cyphe...

Resolved! How to have a historical data in Graph Database?

Hi Team, I was playing with the Neo4j, and came across where i have to store historical data of a Customer. Like a Customer is Subscribed to a site with some preferences on 01-JAN-2020, and later say in 20-JAN-202 the Customer has changes his some of...

Label Propagation & K-means

Hi Can I use the k means after Label Propagation? I stored the community as a node property. However, an error occurred:Failed to invoke procedure gds.alpha.kmeans.write: Caused by: java.lang.NullPointerException I think that the community should be ...