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
  • 976 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
  • 1199 Views
  • 1 replies
  • 1 kudos

Use direction of relationship in Yen's algorithm

In Neo4j 3.5.* when using algo.kShortestPaths.stream() for calculating a number of shortest paths using weights between two nodes, there was the option to set the direction by using {direction:'OUT'}. Currently I am using Neo4j 4.2.4 and calling gds....

remon by Node
  • 836 Views
  • 1 replies
  • 0 kudos

Matching near-duplicates?

Hi all. I'm doing some data cleaning and one issue I've run into is multiple nodes that are nearly identical. For example, there are instances of multiple different Person nodes with the same property values for name, employer, and title, but slightl...

justin by Node
  • 478 Views
  • 2 replies
  • 0 kudos

Resolved! Model split on date

Link Prediction with the Graph Data Science Library - Developer Guides describes how to perform link prediction. The data is split into a train/test dataset. How can I influence this train/test split? In particular, I have a temporal graph and want t...

Resolved! Aggregate edges to parent

Given a Graph of children which each have a link to their parent, how can I perform an aggregation of these sub edges on the child level to a single edge at the top level which is simply the sum of the sub edges?

3X_4_a_4abb940aebe0c6302d8621c3006eeac99277f6c8.png

Import local files to Neo4j web browser

Hi, I am trying to access local file through Neo4j web browser, but it's telling me file /path not found. Can anyone please help me with this? ps. I am very new with coding and computer in general, so a more detailed description would be much appreci...

kguo by Node Link
  • 973 Views
  • 4 replies
  • 1 kudos

Resolved! Not being able to add APOC to Neo4j server

Hi, I installed Neo4j server on Ubuntu 20.04 VM and without changing nothing , everything works as intended. Then, I added my apoc.conf and neo4j.conf (tested on neo4j desktop) to '/etc/neo4j' and file permissions. I moved the apoc-core jar at /va...

Causal Clustering of Embedded mode database

Hi Team, We are migrating our inventory system from legacy COTS product to new product that have Neo4j as database. We are using Neo4j enterprise version 3.5.5 This new product uses neo4j in embedded mode menas our app and database on same machine. I...

nitinjkt by Node Link
  • 646 Views
  • 2 replies
  • 0 kudos

Need help with correct queries

I need replacement of following queries: Execute the following query to run the PageRank algorith on the placeholder enteties: CALL algo.pageRank('Placeholder', 'Payes', {writeProperty: 'pagerank'}) Run this for community mining through label propag...