Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.12 KB

ci-worker

CI worker for processing the RDF Stream Taxonomy (RDF-STaX).

Usage

Use the provided Docker image. The container includes the Python scripts, a JRE, the ROBOT tool, and an Apache Jena CLI distribution with the Jelly-JVM plugin installed.

In the container you can invoke the commands:

$ python /app/tasks/package.py <input dir> <output dir> <version tag>
$ python /app/tasks/doc_gen.py <input file> <output dir> <version tag>
$ python /app/tasks/nanopub_fetch.py <cache dir> <output dir> <version tag>
$ java -jar /app/robot.jar <command>
$ /app/jena/bin/<jena command> <args ...>

Contributing

Please see the main repository of RDF-STaX and its issue tracker for more information. Please file any feature requests, bugs, or other issues there.

License

This work is licensed under the Apache License, Version 2.0. See LICENSE for details.