KnowledgeCaptureAndDiscovery / OBA

Ontology based APIs
Apache License 2.0
37 stars 11 forks source link

Version without Docker? #158

Closed mchru closed 3 years ago

mchru commented 3 years ago

Dear OBA Team,

I was looking to try your software but sadly Docker has now been hidden behind a paywall and thus is not available to me anymore.

Would it be possible to release a non-docker version? I am particularly interested in the functions that allow usage of SPARQL-based queries through the openAPI.

With best wishes, MChru

dgarijo commented 3 years ago

Hi @mchru, We have released a non-Docker version of the conversion between OWL and OpenAPI (the JAR). For the second part, which is on running your server, at the moment we only support Docker.

Docker is not behind a paywall. It requires a paid subscription only for companies over 250 employees. As a researcher, I use Docker for free, and upload my images to DockerHub. You may look at the open api generator for additional insights/support for the server: https://github.com/OpenAPITools/openapi-generator

I recommend using Docker when dealing with OBA. Since there is little we can do here to support additional deployments at this time, I will close the issue.