Description: The Paradise Papers dataset and guide from the International Consortium of Investigative Journalists (ICIJ)
Nodes 163414 Relationships 364456
MATCH (a:Officer {name:$name})-[r:OFFICER_OF|INTERMEDIARY_OF|REGISTERED_ADDRESS*..10]-(b)
RETURN b.name as name LIMIT 20
This is for Neo4j version: 3.5,4.0
Rendered guide available via: :play https://guides.neo4j.com/sandbox/icij-paradise-papers/index.html
Unrendered guide: documentation/icij-paradise-papers.neo4j-browser-guide
Load graph data via the following:
-
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/icij-paradise-papers-40.dump [--database "database"]
-
Upload the dump file to Neo4j Aura via https://console.neo4j.io/#import-instructions
See /graphql
directory for Node.js GraphQL API server example using @neo4j/graphql