Skip to content

BONSAMURAIS/importer

Folders and files

NameName
Last commit message
Last commit date
Oct 9, 2019
Mar 29, 2019
Mar 29, 2019
Mar 29, 2019
Mar 29, 2019
Apr 2, 2019
Mar 29, 2019
Mar 29, 2019
Mar 29, 2019
Oct 9, 2019
Apr 30, 2021
Oct 9, 2019
Apr 2, 2019
Oct 9, 2019
Apr 2, 2019
Mar 29, 2019
Apr 2, 2019
Oct 9, 2019

BONSAI Seeder

bseeder is a CLI utility that parses .ttl files and updates their content to the Jena instance on https://db.bonsai.uno/ .

bseeder -h

Setup: To run it requires a config.ini file, see the example file config.ini.sample

python setup.py install

With docker

docker build  . -t bonsai/bseeder -f bseeder.dockerfile

docker run -it --rm bonsai/bseeder -h


docker run -it --rm -v "$PWD/config.ini":/config.ini -v "$PWD/data":/data bonsai/bseeder -i /data/*.ttl

TODO

Basic project description

Badges in Markdown format:

Installation

Details on how to install the package

pipenv install

pipenv shell

Contributing

Details on how to contribute