- Exposes an inerface for adding single/ multiple person data triples into cayley
- Exposes an interface to search for indexed person data by name, and lookup other persons by location
- Clone this repository
- Intall docker
- Pull the backend image, and build frontend image by
cd dbpedia_graph
./init.sh
- You should see logs indicating the backend server running at
http://localhost:64210
and the frontend server running athttp://localhost:5000
- Every restart deletes the existing embedded database, and the dataset needs to be re-uploaded.