Author Matteo Lissandrini
This suite downloads data from The Freebase ExQ Data Dump, and loads it into a Neo4j server.
Nodes are of two types: Entities and Types, edges instead have around 4K alternatives.
-
Python (3)
-
Docker
-
Use
scripts/download.py
or manually download the required files, their id n GDrive are listed inscripts/files.list
, move them in./data
-
Use
scripts/preprocess.sh
to clean the file and produce the required.csv
files (they will be created in./data
) -
Use
scripts/build.sh
to build the docker image -
Use
scripts/run.sh -i
to import the data -
Use
scripts/run.sh -x
to index some basic properties -
Use
scripts/run.sh
to start a server on localhost:7474