Quick start

The easiest way to use gimie is to run it as a command line tool. Here’s how to get started:

Install using pip or docker:

pip install gimie
docker pull ghcr.io/sdsc-ordes/gimie:latest

Warning

Before running gimie, you will need to obtain a personal access token for the GitHub and/or GitLab and export it as an environment variable. See Token management for more information.

Gimie can then be used as follows to extract repository metadata:

gimie data <repository-url> > output.ttl
docker run -e GITHUB_TOKEN=${GITHUB_TOKEN} ghcr.io/sdsc-ordes/gimie:latest data <repository-url> > output.ttl

Note

When running gimie in a container, you need to pass your github or gitlab token as an environment variable inside the container: