w3c / EasierRDF

Making RDF easy enough for most developers
267 stars 13 forks source link

Add Docker Compose template for SPARQL endpoint and RDF browser. #97

Closed KonradHoeffner closed 2 years ago

KonradHoeffner commented 2 years ago

Simple template for a Docker Compose setup with a SPARQL Endpoint and RDF browser for a small knowledge base. Resolves #96.

dbooth-boston commented 2 years ago

Will you be changing RickView to one of the other RDF browsers, before I merge this? I suggest make your best guess about which one best meets the inclusion criteria, and if others think differently they can later propose a change.

KonradHoeffner commented 2 years ago

Yes, I will try to do it on Monday, I'm not sure if I find the time this weekend.

KonradHoeffner commented 2 years ago

@dbooth-boston: I changed the RDF browser to LodView now, it is licensed under the MIT, has at least one publication and is used by many in the community. There seems to be no official Docker image, so I use the one from my fork which is up to date with the master branch of https://github.com/LodLive/LodView and only adds the GitHub container registry deploy action.

dbooth-boston commented 2 years ago

I'll go ahead and merge this, because the mechanism for defining default prefixes is a tiny detail, and overall I think this PR is a very good start. Thanks!