https://github.com/ai-team-uoa/da4dte-kg-docker
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: AI-team-UoA
- Language: Dockerfile
- Default Branch: main
- Size: 8.79 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
README.md
DA4DTE KG DOCKER
Docker to deploy the DA4DTE knowledge graph, using Graphdb.
Docker setup
Create a directory named data:
mkdir data
Transfer the .gz knowledge graph datafiles inside the new directory:
mv [path_to_kg_files] data/
To build the docker image run:
docker build -t graphdb .
To run the docker container image run:
sudo docker run --name graphdb-container -p 7200:7200 graphdb
A GraphDB instance will be online on http://localhost:7200
Owner
- Name: AI Team - University of Athens
- Login: AI-team-UoA
- Kind: organization
- Email: ai.team@di.uoa.gr
- Location: Greece
- Website: https://ai.di.uoa.gr
- Twitter: AITeamUoA
- Repositories: 16
- Profile: https://github.com/AI-team-UoA
We work on various topics of AI. The team has published numerous influential papers and contributed with key technologies in the field.
GitHub Events
Total
- Push event: 1
- Fork event: 1
Last Year
- Push event: 1
- Fork event: 1
Dependencies
Dockerfile
docker
- ubuntu 22.04 build