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

Deploy neo4j causal cluster in an existing Azure Vnet

Hi, May I know how I can create a neo4j causal cluster in a pre-existing VNet of Azure? I tried to do it through Azure's marketplace, but it appears that the cluster will always be created with a new VNet and doesn't allow to utilize an existing VNe...

liuhf by Node
  • 352 Views
  • 1 replies
  • 0 kudos

Resolved! Dynamic evaluation of WHERE clause after SET

I'm trying to set up a plain Cypher query (without additional frameworks like APOC), which does the following: Filter employees depending on their workspace, skill and skill levelCreate teams for each passed skill object until a maximum amount of per...

2X_c_c877c86ed5ce8bc3b0260502745039531012b473.png

Desktop Browser Doesn't Connect on MacOS Catalina

Moving things to a new computer and in the process the old computer was Mojave and the new one is Catalina Operating system. I used a Time Machine backup to set up the new computer. I can launch desktop browser and start a database. The ones from th...

Resolved! Interval search on partially known dates

Hi, Let me start with the problem introduction. There is a node that represents a person and multiple associated with that that person nodes that represent events (for example, birth). The exact date and time of the event might not be known exactly, ...

Database cannot started after load database

I'm trying to migrating our demo database (Community version) from Amazon Linux 2 AMI to RedHat 7.6. We installed 4.0.4 on AMI server, and 4.1.1 on RedHat server. We dump the data from AMI server and copy it to the RedHat server. Here is what we did ...

2X_5_54437629a72086c3d242e47966c732e120936dca.png

Docker disappears when creating random graph

Hi: I'm trying out Neo4J 4.1 Community Edition and I run into a hurdle that I can't seem to fix. I'm creating a random graph with the following Python program. Basically the program creates random edges between a set of 'max_nodes' Nodes. Per node yo...

ja1 by Node
  • 1125 Views
  • 1 replies
  • 0 kudos

Cypher & Neo4j : for loop with Cypher request

I have a list of words that I want to use as seed labels in Neo4j. These labels are renewed everyday so I would like to automate my Cypher requests. Here is the list I have today: List : list_of_labels = ['crise sanitaire', 'face crise', 'confinemen...

LJRB by Graph Buddy
  • 585 Views
  • 1 replies
  • 0 kudos

Merge Nodes using APOC is slow

Hello, I'm trying to create or update nodes from a batch using neo4j python module, I have approx 100k items in the batch. Here is 1 item from the batch: batch[0] = {'contactid': '1', 'gender': 'Mr', 'firstname': 'Marc', 'lastname': 'Brown', 'custome...

Create relationship using if...else condition

Hi! I'm very new to Neo4j. I have searched in the community and StackOverflow but I couldn't get the exact answer yet so posting it here. I am trying to create a relationship between 2 different node labels using 2 properties. Lets say my node labe...