Description: Fraud detection with the Paysim financial dataset, Neo4j Graph Data Science, and Neo4j Bloom
Example Query:
MATCH (m:Merchant{name:$name})<-[:TO]-(:Transaction)<-[:PERFORMED]-(c:Client) RETURN c.name as client
This is for Neo4j version: 3.5,4.0
Rendered guide available from: :play fraud-detection
Unrendered guide: documentation/fraud-detection.neo4j-browser-guide
Data files: data/fraud-detection-40.dump