neo4j-graph-examples / icij-panama-papers

The Panama Papers dataset and guide from the International Consortium of Investigative Journalists (ICIJ)
https://sandbox.neo4j.com/?usecase=panama-papers
10 stars 3 forks source link

Steps to run this application locally. #4

Open AditModi opened 3 years ago

AditModi commented 3 years ago

could you please mention the exact steps to setup the database in neo4j and run the different queries in neo4j. I went through the readme but it seems vague. can you please mention the exact steps. @JMHReif @lju-lazarevic

fbiville commented 3 years ago

Hi @AditModi, all repositories in https://github.com/neo4j-graph-examples/ follow the same structure and are used under the hood by https://sandbox.neo4j.com/.

You can either proceed to https://sandbox.neo4j.com and pick the ICIJ Panama Papers dataset. This is probably the easiest way to go.

Screenshot 2020-12-21 at 14 33 55

Alternatively, you can create a local Neo4j 3.5 database with Neo4j Desktop and follow the instructions.

AditModi commented 3 years ago

@fbiville , thank you for the response. I worked with the ICIJ Panama Papers dataset in the sandbox environment. For working with the local Neo4j 4.1 database with Neo4j Desktop, I followed the instructions but once I drop the file, I cannot use Create new DBMS from dump option from the file options.

( file is added to project but creating the dbms database doesn't give option of from file.)

I would like to use the panama papers dataset in my local browser, how can I do that. ( mentioned step doesn't work) How to get over the above issue?? What are some good queries I can run on this dataset??

fbiville commented 3 years ago

@AditModi you may be able to create a remote database in Neo4j Desktop pointing to your sandbox instance. This article contains a section called "Interesting Queries", that should help hopefully!