A raw view of the DBpedia Databus. Enables Databus file retrieval with wget.
330
git clone https://github.com/dbpedia/databus-raw.git
cd databus-raw
docker build -t databus-raw .
docker stop databus-raw-instance
docker rm databus-raw-instance
docker run -d -it --name databus-raw-instance -p 8080:80 databus-raw
Access at localhost:8080
Test the downloading without pulling the entire bus:
wget --mirror --no-parent localhost:8080/marvin/wikidata/instance-types/
Content type
Image
Digest
Size
152.9 MB
Last updated
almost 6 years ago
docker pull dbpedia/dbpedia-databus-raw