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)
Start the database:
docker compose up -dGo 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;