Ryan Lane rlane32@gmail.com wrote:
[WDQ]
If it's production-ish, it should likely either be moved to production or you should put a bit of effort into making it work across multiple instances. The ideal goal is for services to be stateless, with their state living in databases that are also split across instances. It's best to have the service config managed (ideally puppetized since it's what wikimedia uses) so that a loss of an instance is only a brief inconvenience.
There are efforts to deploy a similar service with https://www.mediawiki.org/wiki/Wikibase/Indexing (Phabrica- tor project at https://phabricator.wikimedia.org/tag/wikidata-query-service/).
Tim