Processor icon indicating copy to clipboard operation
Processor copied to clipboard

Docker command arguments

Open namedgraph opened this issue 6 years ago • 0 comments

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#"

namedgraph avatar Mar 27 '19 00:03 namedgraph