Relative Content

Tag Archive for neo4jneo4j-apoc

Adding a place holder node when a null value is found in vrelationship function in neo4j

I have the following query that is working as expected in neo4j. The query matches and collects distinct FEATURE, THREAT, GAP, FACT, and SCENARIO nodes with their relationships based on a specific feature key, then uses APOC procedures to create virtual relationships between these nodes for visualization, ensuring each node pair has its correct relationship type.

Using both APOC and GDS libraries in NEO4J

I am new to Neo4j, I apologize for asking this simple question. As a test, I created a graph database and applied several GDS algorithms such as degree centrality, community, etc. Then, I decided to work with APOC library. Since I run neo4j-community-5.19 with console, I installed the APOC with the following procedure: