sebferre / sparklis

Sparklis is a query builder in natural language that allows people to explore and query SPARQL endpoints with all the power of SPARQL and without any knowledge of SPARQL.
Apache License 2.0
41 stars 10 forks source link

Add Docker support #12

Closed joschne closed 1 year ago

joschne commented 1 year ago

At Geovistory.org we love sparklis and we'd like to host a (preconfigured) instance of sparklis in the context of our project (and link it here).

All our services are hosted as docker containers (on Kubernetes). We're therefore planning to create a lightweight docker image for sparklis (based on nginx).

We could do it on our own, but since this project is open-source we'd rather do it together with you and publish an 'official' sparklis docker image on hub.docker.com (or similar).

If you are interested, we can fork this repo and create a PR in which we add a new GitHub workflow that versions sparklis (semver) and builds and pushes a docker image to hub.docker.com. We'd also extend the readme accordingly.

Are you interested?

sebferre commented 1 year ago

Yes, you are welcome, provided that you keep the license and credentials.

joschne commented 1 year ago

Thank you for the positive answer. We'll not change license and/or credentials. You'll hear from me, in the best case with a PR. I expect that this PR will then need a small review from your side, e.g. to agree on the name of the (public) docker image. Have a nice day!