TheJacksonLaboratory / ontology-service

A generic ontology term microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ontology Microservice

This service allows you to deploy any ontology as a rest api with graph traversal. To support a particular ontology you must update ontology.sh and if you are leveraging github actions .github/workflows/ontology-cron.yml

Configuration

    ONTOLOGY_SERVICE_ONTOLOGY=<ontology-to-use>
    ONTOLOGY_SERVICE_LOAD=true
    ONTOLOGY_SERVICE_INTERNATIONAL=<true if babelon translations enabled>

Running

./gradlew run

About

A generic ontology term microservice


Languages

Language:Java 62.6%Language:Groovy 35.6%Language:Shell 1.8%