@@ -16,13 +16,13 @@ This contribution by TIB is a great push towards incentivizing Open Data and est
## Downloading the wikimedia dumps
TODO
## Running the extraction
## Update and Run the extraction
TODO
## Deploy on Databus
## Deploy MARVIN on Databus
TODO
## Run Databus-Derive (clone and parse)
## [Manual] Run Databus-Derive (clone and parse)
On the respective server there is a user marvin-fetch, that has access to `/data/derive` containing the pom.xml of https://github.com/dbpedia/databus-maven-plugin/tree/master/dbpedia
```
...
...
@@ -37,15 +37,12 @@ SELECT distinct (?derive) WHERE {
BIND (CONCAT("<version>",?artifact,"/${databus.deriveversion}</version>") as ?derive)
}
order by asc(?derive)
```
```
#######
# This is still manual, will be a cronjob soon
#######
su marvin-fetch
tmux a -t derive
WHAT=mappings
NEWVERSION=2019.08.30
# prepare
...
...
@@ -53,12 +50,24 @@ cd /data/derive/databus-maven-plugin/dbpedia/$WHAT