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.

afiqqqx1997
Node Link
since ‎05-08-2019
‎06-01-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hi guys i'm trying to export to JSON dynamically based on Cypher. MATCH (c:Claim)-[]->(a) WHERE c.claimID="6000" RETURN c, a But I want to convert this to JSON of nodes : [ { id : label/properties: }] edges: [ { source: target: }] Thank you in ad...
Hi everyone, I have a trouble here when doing LOAD CSV . My csv file format : Garage.csv VehicleID is created based on Vehicle.csv The idea here to create (v:Vehicle)-[:REPAIRED_IN]->(g:Garage) garageID, garageName, vehicleID 1, XZ Garage, [20,21,22]...
Hey everyone, I've seen a few tutorial that uses Neo4j insurance fraud dataset. As the following video and article : Video https://www.youtube.com/watch?v=YCxqW__kOso Article https://www.larus-ba.it/2017/06/22/insurance-fraud-detection-with-neo4j/?u...
Hey everyone, recently I am working on my Final Year Project regarding Fraud Detection using Graph Database. I will have to build a web application using the GRAND stack. I am curious about the methodology that I should choose for this kind of projec...
Hey everyone, great to be part of this community. Recently, I have kick start my Final Year Project that uses Neo4j Graph database. I have to create a Web application using the GRAND stack. Hopefully throughout my journey this community could help me...
Kudos from