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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Cluster is wrong

Hello everyone, I have many problems with running simple cluster. I need to solve simple problem. I have docker-compose file: version: '3' networks: lan: services: core1: image: neo4j:4.1-enterprise networks: - lan ports: ...

Change Relationship Width with conditions

Hello everyone, I wonder if it's possible to change a relationship's width based on one of his Properties. For exemple if the marge_amount of a relationship is about 5000 the width will be bigger than a relationship with a marge_amount of 3000 Have ...

Using neo4j-driver with nest js

Hello, I have a code using nest js to acces the database through the bolt protocol. The tutorial I followed (https://medium.com/@faaizhussain/neo4j-nestjs-integration-example-33d1be715ca8) installed the driver version 1.7.6, when I install that, i ge...

Resolved! Single community detection from sample nodes

I am trying to find a community detection algorithm that given one or more nodes that are known to belong to the same community will return a collection of other nodes that are likely from the same community. I am familiar with Louvain and have used ...

Batch Update Getting Slower

Hi guys, Following the popular article https://dzone.com/articles/tips-for-fast-batch-updates-of-graph-structures-wi. I'm doing my batch update. I'm using java API to update it and my query looks like: UNWIND $props as row MERGE (n:Entity{eid:row.eid...

2X_7_7b600b4c24870bc8cbc17bdf576de8f4ec44b4a3.png
yunzhoun by Node Link
  • 873 Views
  • 2 replies
  • 0 kudos

Lanch neo4j

hello, i've just download neo4j i make tar and chnge to the bin directory, i run this Please use Oracle(R) Java(TM) 11, OpenJDK(TM) 11 to run Neo4j. Please see https://neo4j.com/docs/ for Neo4j installation instructions. and i have this error : * P...

ajulio4 by Node
  • 2071 Views
  • 3 replies
  • 1 kudos

Neo4j setup on kubernetes

Hi, I am trying to configure Neo4j (3.x) on Kubernetes. At one of the pod Neo4j is up and running. This setup is done by one of my colleague. I need help of community on below: How to configure setup so that APOC and ALGO get installed at the POD plu...