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
  • 900 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
  • 1147 Views
  • 1 replies
  • 1 kudos

Merging two nodes running endlessly

I am new to neo4j, I am trying to merge two nodes as mentioned below: MATCH (n:node2) MERGE (p:node1 {p.id:n.id}) ON CREATE SET p.column1=n.column1,p.column2=n.column2, p.column3=n.column3,p.column4=n.column4,p.column5=n.column5,p.column6=n.column6, ...

Venu by Node
  • 369 Views
  • 2 replies
  • 0 kudos

Resolved! cypher: Calculate distances

I am trying to calulate distances between each node.     call n10s.inference.nodesLabelled('Entity', {catNameProp: "label", catLabel: "Resource", subCatRel: "SCO" }) YIELD node match(node)-[:hasLocation]-(b:Location) WITH node,point({latitude: avg(...

dlyberis by Node Link
  • 908 Views
  • 7 replies
  • 6 kudos

Graph Projection and Virtual Relationships

Hello I would like to run PageRank on a graph with a virtual relationship I have created. Could anybody help me with the syntax? The virtual relationship "SEEN_BY" is created as follows MATCH (:Sender)-[:SENT]->(message:Message)  MATCH (message)-[:ME...

emack by Node
  • 209 Views
  • 0 replies
  • 0 kudos

query relation is very slow

I only have 70 nodes and 100 relationships, when I use a statement to query, if I don't use a limit statement to limit, the web page will crash and the value cannot be queried; this is my query statement: match (n:table)<-[r*1..100]->(b:table) where ...

Neo4j Group by columns

Hi Team, Want to get the count of two columns grouped by both nodes... Expected output: Category      Subcategory  Count A                         i                     45 A                         ii                    40 A                        ii...

Neo4j database sync

Hi all, I want to sync few data from dev to prod, without performing a full database export and import, because, the production data has existing data in it. Also, the application saves inserts production data into production database which would not...

Neo4j enterprise local cluster setup

Hi, I'm trying to create 3 node neo4j cluster in windows machine. I did all the configuration but while starting server, I'm getting below errors: 2020-07-22 03:16:45.193+0000 INFO Waiting for a total of 3 core members... 2020-07-22 03:16:55.897+000...