Examples

Run in Intellij

  1. add Java Application Launcher

  2. change working directory to Mod subdirectory

  3. set MainClass (e.g., Boot.scala)

Core Mods

Mod Name
Description
Phase

file-metrics

simple file metrics as of size, lines, sorted

staging

mimetype

checks the mimetype

unit testing

uptime

checks online status

implementation

spo

counts s p o in RDF

staging

uri-pat-ana

TODO

implementation

void

RDF void statistics

staging

Mod ReST Api

Example DemoMod documentation.

Request path /${publisher}/${group}/${artifact}/${version}/${file}

Status Code
Description
Response

200

mod result

turtle/turtle

202

accepted but pending

NULL / Location

400

bad request, e.g., parameters

NULL

500

internal server error

NULL

Mod Result

cf., README.md

Build a Mod

Spring and Databus-Mod-Lib

TODO: release org.dbpedia.databus-mods:databus-mods-parent

Docker

The easiest way to deploy Spring-based Databus Mod is to use docker.

Run mod and set memory

Testing

Or use

Known issues

Issue

Solution

Last updated