A simple project for querying Ontology info using the REST API
Requires:
- Python 3
- requests library (pip install requests)
Can be ran in a command line with a compatible python environment with
python GetOntologyInfo.py
A prebuilt docker image is available and can be ran with:
docker run bartona029/python_ontology:alpine
A docker image can be built from the docker file provided with the following command:
docker build -t <your tag> .
If you have a repository account this can be published with
docker push <your tag>