Skip to content

sgiath/jeffrey-epstein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Jeffrey Epstein

My investigation of Jeffrey Epstein inspired by https://www.youtube.com/live/0BGfo4yiCc8

Source is mostly just Wikipedia

The aim is to connect and the people and companies to make sense of it all (and also to learn Memgraph)

How to run

Start the database:

docker compose up -d

Go to http://localhost:3000 and connect to the database

Paste the content of ./main.cypherl to the "Query execution"

Then run your queries to analyze the data. To display everything run:

MATCH (n)
OPTIONAL MATCH (n)-[r]->(m)
RETURN n, r, m;

About

My investigation of Jeffrey Epstein

Topics

Resources

Stars

Watchers

Forks

Contributors