UB-Mannheim / RaiseWikibase

Knowledge graph construction: Fast inserts into a Wikibase instance
https://ub-mannheim.github.io/RaiseWikibase/
MIT License
45 stars 7 forks source link

WDQS updater does not catch all entities #4

Open shigapov opened 3 years ago

shigapov commented 3 years ago

The WDQS updater does not catch all the entities uploaded to the MariaDB: T186161#6920542. See the answer by addshore: T186161#6922518.

A solution is to run 'runUpdate.sh' with '--start YYYYMMDDHHMMSS' flag (four-digit year, two-digit month and day, and hours, minutes and seconds on a 24-hour clock). Check also FAQ#Why_doesn't_the_query_service_update?.

For example, in our case run:

docker exec raisewikibase_wdqs_1 bash -c '/wdqs/runUpdate.sh -h http://${WDQS_HOST}:${WDQS_PORT} -- --wikibaseUrl ${WIKIBASE_SCHEME}://${WIKIBASE_HOST} --conceptUri ${WIKIBASE_SCHEME}://${WIKIBASE_HOST} --entityNamespaces ${WDQS_ENTITY_NAMESPACES} --init --start 20210301000000'