neo4j-graph-examples / icij-paradise-papers

The Paradise Papers dataset and guide from the International Consortium of Investigative Journalists (ICIJ)

Home Page:https://sandbox.neo4j.com/?usecase=icij-paradise-papers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icij logo

Paradise Papers by ICIJ Graph Example

Description: The Paradise Papers dataset and guide from the International Consortium of Investigative Journalists (ICIJ)

Nodes 163414 Relationships 364456

datamodel
Figure 1. Model
example
Figure 2. Example
Example Query:
MATCH (a:Officer {name:$name})-[r:OFFICER_OF|INTERMEDIARY_OF|REGISTERED_ADDRESS*..10]-(b)
RETURN b.name as name LIMIT 20

Setup

This is for Neo4j version: 3.5,4.0

Load graph data via the following:

Dump file: data/icij-paradise-papers-40.dump

  • Drop the file into the Files section of a project in Neo4j Desktop. Then choose the option to Create 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"]

Code Examples

GraphQL API

See /graphql directory for Node.js GraphQL API server example using @neo4j/graphql

Feedback

Feel free to submit issues or pull requests for improvement on this repository.

About

The Paradise Papers dataset and guide from the International Consortium of Investigative Journalists (ICIJ)

https://sandbox.neo4j.com/?usecase=icij-paradise-papers


Languages

Language:JavaScript 53.2%Language:Go 17.7%Language:Java 12.0%Language:C# 10.7%Language:Python 6.1%Language:Shell 0.4%