Skip to content

A docker environment using GraphDB loaded with the complete YAGO2 and YAGO2geo knowledge graph

Notifications You must be signed in to change notification settings

AI-team-UoA/yago2geo-kg-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

YAGO2geo Knowledge Graph Docker

Docker to deploy the complete YAGO2geo (including YAGO2) knowledge graph, using Graphdb.

Setup

To build the docker image run:

  docker build -t yago2geo .

To run the docker container image run:

  sudo docker run --name yago2geo-graphdb-container -p 7200:7200 yago2geo

A GraphDB instance will be online on http://localhost:7200

About

A docker environment using GraphDB loaded with the complete YAGO2 and YAGO2geo knowledge graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%