GithubHelp home page GithubHelp logo

redisgraph / panamaredisgraph Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 1.0 17.12 MB

The Panama Papers in RedisGraph

Home Page: https://redisgraph.io

License: BSD 3-Clause "New" or "Revised" License

Python 93.36% Shell 6.64%
graphdb redis redisgraph panama-papers

panamaredisgraph's Introduction

Panama Papers in Redis Graph

Running with Docker

Prerequisites

Running Dockerized Version

git clone https://github.com/RedisLabs/PanamaRedisGraph.git
cd PanamaRedisGraph
docker-compose up

Navigate to RedisInsight

Open This Link in Your Browser

Example Queries Available

Documentation

Relationships

Manually loading the data

Data Download Location

https://offshoreleaks.icij.org/pages/database

Download the zip file from above into the data_download diretory and unzip

Clean the data

./run_all.sh

Install the bulk loader and Load the data

pip3 install git+https://github.com/RedisGraph/redisgraph-bulk-loader.git@master
~/bin/redisgraph-bulk-insert PANAMA -n data_download/Officer.csv\
 -n data_download/Entity.csv  -n data_download/Address.csv \
 -n data_download/Intermediary.csv  -r ./data_download/INTERMEDIARY_OF.csv \
 -r ./data_download/OFFICER_OF.csv -r ./data_download/REGISTERED_ADDRESS.csv

Query Away!!

create some full text searching for some fun

GRAPH.QUERY PANAMA "CALL db.idx.fulltext.createNodeIndex('Address', 'address')"
GRAPH.QUERY PANAMA "CALL db.idx.fulltext.createNodeIndex('Entity', 'name')"
GRAPH.QUERY PANAMA "CALL db.idx.fulltext.createNodeIndex('Officer', 'name')"

panamaredisgraph's People

Contributors

gkorland avatar maguec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

pavelnemirovsky

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.