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
  • 857 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Load csv Files

Hello, according to 'attack_no', I want to connect 'from_id' 'to_id'. I want connect each other. But, My Result is.. connect one by one. what is wrong my query? this is my query. LOAD CSV WITH HEADERS FROM 'file:///test.csv' AS attackgraph MERGE (e...

2X_8_84ce70abeeebf8a85d2ce3b7c71675bc5089a53a.png 2X_c_c584d00d56dbabcbeaa1a4c6ccc59105660897cc.png
Novice by Node Link
  • 323 Views
  • 2 replies
  • 0 kudos

Reversing every relationship in a large graph

I made a mistake and ingested 160 million relationships the wrong way (on 32 million nodes). The nodes are PubMed article_ids and the relationships are citations. I have (a:Article)-[:CITES]->(b:Article) where it should be (a:Article)<-[:CITES]-(b:A...

2X_3_387353b7961b6bf388b981e7211dd59ebbeb54b0.png
ben5 by Node
  • 347 Views
  • 1 replies
  • 1 kudos

Resolved! Problem Importing Json with APOC

Hi Guys I have a lithe problem when I try to import Json using APOC. for example, with this Json {"CODIGO":1, "NMPRODUTO":"SECADOR DE CABELO", "OBS": { "COR" : "PRETO", "VOLTAGEM" : "18V"}}, {"CODIGO":2, "NMPRODUTO":"CADERNO", "OBS": { "QTDPAGINAS" :...

Trigger Issue - beginner question

Hello, can someone tell me what is wrong with this trigger: CALL apoc.trigger.add('updateLabels',"UNWIND apoc.trigger.nodesByLabel($assignedLabels,'VEGETABLE') AS o with o.node as og MATCH (og)<-[:TRANSLATED]-(n:FOOD) WHERE og:FOOD AND og:ENG SET n:...

kivo1669 by Node Link
  • 558 Views
  • 0 replies
  • 0 kudos

Resolved! Running multiple MATCHes without returning null

Hi I have a sample query if you'd like to see an idea of the graph I'm going to be referring to: CREATE (u:User {name: "Tim Cook"})-[:FOLLOWS]->(t:Thing {name: "Italy"}), (t)<-[:TAGGED]-(p:Post {name: "Post 1"})<-[:WROTE]-(u1:User {name: "Elon Musk"}...

2X_1_1fc7128cba400feda2dcb2682b61b92123d89c86.png

Depreciation of [r:]

I'm trying to update queries in anticipation of the changes in future Cypher versions. Here's my dilemma. My existing and working example query is: MATCH path=(m1)-[r:shared_match]-(m2)-[r2:Gedcom_DNA]-(p:Person) where m1.RN>0 and m2.RN>0 with path,...

Cypher Return formatted json response

I'm new to neo4j and cypher and am having trouble with grouping queries with 'WITH' and 'Collect', so i have this graph as shown in the image below : The normal response that i get has many repeated values , so i want a json result that's formatted ...

2X_1_19148f91310339d99ec7276f3a5940c876ce6925.png