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
  • 942 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Copying a graph.db

I would like to know, what is the exact procedure to copy a graph.db file on all three instances on my cluster? I have the file locally stored in the all three vms under /home, now I need to move them to /var/lib/neo4j/data/database? thank you

tharshy by Node Link
  • 5322 Views
  • 10 replies
  • 4 kudos

Resolved! Closeness Procedure doesn't work for me

Hey everyoe , I am using this query to show closeness : MATCH (a:Attrib) WITH collect(a) AS Attributaires CALL apoc.algo.closeness(['SIMILARITY'],Attributaires,'BOTH') YIELD a , score RETURN a, score ORDER BY score DESC but I am getting this error :

2X_0_03bd37595fee6d2fbe4ee7d3e8db704f7f42adbc.png

How can I display a list of couples

I am working on a query which has to display a list which contains nodes which worked together and count the number of their appearance , I wrote this query but I am getting a list of nodes which are working with the same Contract :

2X_b_bc18d1d2aa1b78abbd9902fa73fa23c49b1bde86.png

Resolved! Memory Allocation for Queries not Populating

It appears in 3.4.4` that enabling # Uncomment this line to include bytes allocated by the executed queries being logged: dbms.logs.query.allocation_logging_enabled=true When reviewing the query.log the memory allocation for a query doesn't populate:...

Aggregate Results vs Un-aggregated

Why specifically does the M in the following queries return unexpected results ? The one I am looking for is the results of the second query. But the first returns results by movie and actor. Is the WITH statement issuing some sort of "grouping" func...

rcfro2 by Node Clone
  • 2227 Views
  • 9 replies
  • 1 kudos

Rule engine path

Hi! I want to design a rule engine in Neo4j. One type of rule is a "inclusion 1-way". If a prameter is included in the input it can give you another parameter which in turn can give another parameter etc. Parameters is a global object and the same pa...

2X_8_8e14e8467bafd8d482628cdc0aa8be85c0284ab5.jpeg

Variable path queries

With variable path query such as the following: match path = (t:Person{name:"Tom Hanks"})-[:KNOWS*2..5]-(fof) where not (t)-[:KNOWS]-(fof) return path, length(p) as Length Does it protect for all steps in-between 2 to 5 node hops away? In other words...

rcfro2 by Node Clone
  • 3386 Views
  • 1 replies
  • 0 kudos

Cypher UPSERT

Its a MERGE question - sorry if its been asked before.... I'm looking for UPSERT functionality - I know the graph pattern I want to create but I don't know how much of the pattern already exists... How do I match & return the part of the pattern that...

mike_k by Node
  • 4524 Views
  • 2 replies
  • 1 kudos