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

Propagate label through two types of nodes

I would like to apply label propagation to my data in Neo4j. My data looks like the image. The relationship 'Appears_in' has the weight property and some articles nodes has seed label property. I would like to propagate this seed labels to create cl...

2X_8_84911f9c855c9a081eb4353dd53f01a4cd6b05ef.jpeg
LJRB by Graph Buddy
  • 552 Views
  • 2 replies
  • 2 kudos

Ecommerce Schema design

So I have an ecommerce use case. I'm trying to figure out how to abstract the steps of generating the variants of each product. I need at least one type to signify the option with category and selection fields. Then I think these [Options] can be agg...

Neo4jError: Could not perform discovery

I have the neo4j 4.0 server and the neo4j driver 4.0 in my application. I initialize driver as follows const driver = neo4j.driver( process.env.neo4j://db:7687 || "neo4j://localhost:7687", neo4j.auth.basic( process.env.NEO4J_USER, process...

Failed to restart neo4j

Hello, I am getting the following error whenever I want to restart a neo4j database. And the log file looks as follows: 2020-06-10 12:39:27.159+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j.server.database.LifecycleMa...

2X_f_f28b515dfddde4e107a4e0e3b68cbf85381ecbdc.png

Node similarity algorithm Clustering

Can anyone help me !! i want to group similar nodes in the same cluster but i don't know how i can do this because node similarity algorithm compare two nodes and return the value of similarity Please i need help

Notes on getting Neo4j Running from Community AWS AMI

I have been trying to get any Neo4j instance running in the cloud so I can work on my software. Today I finally got a Neo4j 4.0.5 Single instance running on AWS. It wasn't easy, and none of the instructions I could find were exactly correct (includin...

mike2 by Node Clone
  • 858 Views
  • 1 replies
  • 0 kudos

Resolved! Running WCC with weights on anonymous graphs

Hello, I tried the following: CREATE (nAlice:User {name: 'Alice'}) CREATE (nBridget:User {name: 'Bridget'}) CREATE (nCharles:User {name: 'Charles'}) CREATE (nDoug:User {name: 'Doug'}) CREATE (nMark:User {name: 'Mark'}) CREATE (nMichael:User {name: 'M...

Need Help With Neo4j AWS CloudFormation

I'm trying to set up Neo4j server on an EC2 VM with CloudFormation. Everything works fine except for the fact that the tags don't get read and put into the neo4j.conf file. When running pre-neo4j.sh, I get the follow error $ pre-neo4j.sh: 45: export:...