AtomGraph / Processor

Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
https://hub.docker.com/r/atomgraph/processor/
Apache License 2.0
58 stars 7 forks source link

Docker command arguments #24

Open namedgraph opened 5 years ago

namedgraph commented 5 years ago

ENDPOINT, GRAPH_STORE, ONTOLOGY etc. ENV params would be better as image command arguments, e.g.

docker run ... atomgraph/processor
  --endpoint="https://query.wikidata.org/bigdata/namespace/wdq/sparql"
  --graph-store="https://query.wikidata.org/bigdata/namespace/wdq/service"
  --ontology="https://github.com/AtomGraph/Processor/blob/develop/examples/wikidata#"