Skip to content

yum-yab/diffbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DBpedia-Diffbot

A bot for chronically diffing some supervised datasets.

Usage

Configuring the diffbot

  • datasets: configuration for the in the diff included datasets

    • supervised: Array of supervised datasets (must be released by the same releaser)
    • endpoint: related SPARQL-Endpoint
    • releaser: identifier of the releaser (e.g dbpedia)
  • diff: Diff related configuration

    • diffId: name of the diff
    • endpoint: related SPARQL-Endpoint
    • releaser: identifier of the releaser (in this case releaser of all the diffs, propably you)
    • version: if this param is set, the diff version is this, else its todays date
  • cnfg: system related configuration

    • mavenHome: your maven home (run mvn --version to see it)
    • localDir: the directory where the datasets and the diffs are saved (must be big enough)
    • scripts: directory with the realted scripts (needed for running it as a jar, should be redundant soon)

Getting started

Clone the repo, configure the diffbot.conf file and run

mvn clean package

to generate the jar.

About

diffbot for dbpedia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published