> For the complete documentation index, see [llms.txt](https://dbpedia.gitbook.io/databus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbpedia.gitbook.io/databus/mods/overview/readme.md).

# Databus Mods

Description and Demo for Databus Mods (incl/ Ontology and Process) Contains a working mod to check whether all download links are working. Please post ideas and endeavours to mod in the [DBpedia Forum](https://forum.dbpedia.org)

The **documentation** can be viewed as [Gitbook](https://dbpedia.gitbook.io/databus/v/mods/overview/readme)

and for **full detailed information** in the master's thesis of Marvin Hofer ["Databus Mods - Linked Data-driven Enrichment of Metadata"](https://svn.aksw.org/papers/2021/databus-mods-thesis/public.pdf)

## Structure

The project contains the following modules:

* [`databus-mods-lib`](https://github.com/dbpedia/databus-mods/blob/master/databus-mods-lib/README.md) core implementation, shared libraries, and utilities
* [`databus-mods-server`](https://github.com/dbpedia/databus-mods/blob/master/databus-mods-server/README.md) reusable server implementation
* [`databus-mods`](/databus/mods/examples/databus-mods.md) basic Databus Mod Worker implementations and examples

## Test Deployment

```bash
docker-compose up
```

visit <localhost:8080>

## License
