Hello, the browser application won't install for me in the Neo4j Desktop for ICIJ. Is it possible that there is a configuration error? Any help is appreciated.
Hello @mjerge,
Welcome to the Neo4j community!
Unfortunately Neo4j Desktop for ICIJ is no longer being maintained. It would be necessary to download the data files from the ICIJ then use the new Neo4j Desktop.
The steps would be something like:
- Download Neo4j Desktop, run it
- Create a new project called "ICIJ Project"
- Download the ICIJ datafiles
- move the CSV files into the "ICIJ Project"
- create a database called "ICIJ Data"
- run Neo4j Browser
- use
LOAD CSV
to import the data
So many steps! And that last one is non-trivial.
Have you used Neo4j before? What are you interested in doing with the ICIJ data? There may be other people here who are actively working with that project.
-ABK