Description: The Offshore Leaks Database and guide from the International Consortium of Investigative Journalists (ICIJ)
MATCH (a:Officer {name:$name})-[r:officer_of|intermediary_of|registered_address*..10]-(b)
RETURN b.name as name LIMIT 20This is for Neo4j version: 4.4
Rendered guide available via: :play https://guides.neo4j.com/sandbox/icij-offshoreleaks/index.html
Unrendered guide: documentation/icij-offshoreleaks.neo4j-browser-guide
Load graph data via the following:
- 
1. Neo4j Desktop:
- 
Add the file into the
Filessection of a project in Neo4j Desktop. 
 - 
 
- 
Then choose the option to
Create new DBMS from dumpoption from the file options. 
- 
2. Neo4j Server: Use the neo4j-admin tool to load data from the command line with the command below.
 
bin/neo4j-admin load --from data/icij-offshoreleaks-44.dump [--database "database"]- 
3. Neo4j Aura: 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




