-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
jh@orb-qlever:/app/qlever$ qlever update-wikidata
To enable autocompletion, run the following command, and consider adding it to your `.bashrc` or `.zshrc`:
eval "$(register-python-argcomplete qlever)" && export QLEVER_ARGCOMPLETE_ENABLED=1
Command: update-wikidata
SINCE=$(curl -s http://orb-qlever:7001 -H "Accept: text/csv" -H "Content-type: application/sparql-query" --data "PREFIX wikibase: <http://wikiba.se/ontology#> PREFIX schema: <http://schema.org/> SELECT * WHERE { { SELECT (MIN(?date_modified) AS ?updates_complete_until) { wikibase:Dump schema:dateModified ?date_modified } } UNION { wikibase:Dump wikibase:updatesCompleteUntil ?updates_complete_until } } ORDER BY DESC(?updates_complete_until) LIMIT 1" | sed 1d)
Process SSE stream from https://stream.wikimedia.org/v2/stream/rdf-streaming-updater.mutation.v2 in batches of up to 100,000 messages
Press Ctrl+C to finish and exit gracefully
The progress bar stays frozen at 0/100000. Pressing Ctrl+C to cancel just tells me to monitor my blood pressure while refusing to actually exit.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels