Description
@subotic Thanks for your use of GraphDB and may I say that Knora looks like an excellent DH environment and VRE! (DH/GLAM is a favorite topic of mine).
Also thanks for your efforts to make GraphDB easier to deploy.
However, this repo does not build an ideal Docker image of GraphDB.
- It uses a fixed version 8.2.0 (https://github.com/dhlab-basel/docker-graphdb-free/blob/master/Dockerfile#L22), which is obsolete (20 June 2017).
- It uses a rules file that's specific to Knora and likely slows down inference significantly (https://github.com/dasch-swiss/knora-api/blob/develop/webapi/scripts/KnoraRules.pie#L272)
- (It might have other dependencies on Knora as it gets the complete Knora repo)
My concern is that people go ahead and use it and do benchmarking with it (eg https://medium.com/wallscope/comparing-linked-data-triplestores-ebfac8c3ad4f), without getting a newer version or changing the configuration.
Please put the above concerns in the README and refer to the official Docker distribution at https://hub.docker.com/r/ontotext/graphdb/, which is kept up to date.
(Note: #2 referred you to https://github.com/Ontotext-AD/graphdb-docker on Apr 3, 2017, but that repo itself is not updated with the latest version).
Thanks!