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.

rickhg12hs
Node Link
since ‎12-18-2018
‎06-01-2022

User Statistics

  • 10 Posts
  • 0 Solutions
  • 5 Kudos given
  • 1 Kudos received

User Activity

I see that apoc.generate... uses com.github.javafaker.Faker to generate full names for the SocialNetworkNodeCreator. It would be convenient for generating test data if the full com.github.javafaker.Faker was available via APOC or some other jar plug...
What is the maxDepth parameter of algo.kShortestPaths? Can this parameter be used to make the algorithm more efficient by not searching beyond some depth? Depth of what? For example, after determining the shortest path, can this parameter be used to...
I'm just getting familiar with Neo4j/Cypher and have been playing with the provided example graphs in the browser. How can I return pairs of actors and their common movies when they have acted in at least two movies together? The graph for this seems...