Description: Exploring the FinCEN Files Investigation in Neo4j
MATCH (from:Entity)<-[:ORIGINATOR]-(f:Filing)-[:BENEFITS]->(to:Entity)-[:COUNTRY]->(c:Country {name:$country})
WITH from, to, round(sum(f.amount)) as sum
ORDER BY sum DESC LIMIT 10
RETURN from.name as originator
This is for Neo4j version: 3.5,4.0
The database is also available on https://demo.neo4jlabs.com:7473
Username "fincen", password: "fincen", database: "fincen"
Rendered guide available via: :play https://guides.neo4j.com/sandbox/fincen/index.html
Unrendered guide: documentation/fincen.neo4j-browser-guide
Load graph data via the following:
Import flat files (csv, json, etc) using Cypher’s LOAD CSV
, APOC library, or other methods.
-
Drop the file into the
Files
section of a project in Neo4j Desktop. Then choose the option toCreate new DBMS from dump
option from the file options. -
Use the neo4j-admin tool to load data from the command line with the command below.
bin/neo4j-admin load --from data/fincen-40.dump [--database "database"]
-
Upload the dump file to Neo4j Aura via https://console.neo4j.io/#import-instructions