We need to add some sample data sets (minimally, properties for the equivEntities portion of the Manifest) to our test system on cloudVPS. This is so that tool builders can use the output of the test system's WBManifest file to configure their tools to work properly.
The minimal set of entities to include would include "Instance of" and "Subclass of".
We also want some items with some statements.
This should be automated in some way.
Possible Solutions:
- Use whatever federated properties built (some kind of maintenance script) see: T255648 and https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/612633/
- ✅ : Something is already there
- ❌ We'd need to extend this (no properties or statements there)
- WikibaseImport (a maintenance script)
- ❌: Needs to be checked for compatibility with the test system
- ✅: We maintain some semi-abandonware
- ✅: We can import complete entites form a wikibase (e.g. Wikidata.org) so we don't need to think up test data
- Make API calls wbeditentity
- ❌: Where do we run it
- ✅: Any one could run it (even tools builders was mentioned?)
We think we should use WikibaseImport unless it's massively incompatible with the test system. Our fallback option is the API calls