search.wikimedia.org

From Wikitech
This page contains historical information. It may be outdated or unreliable.
This service has been shut down on November 18, 2022 per T316296. 2022

search.wikimedia.org holds a web service for running title prefix searches for Apple's Dictionary application in Mac OS X 10.5. It is a simple ~100 line script hosted on Kubernetes.

There is a contract with Apple (restricted) requiring this service to be maintained.

History

Apple requested that we implement this service in October 2007. Mike Godwin negotiated the contract, and Brion Vibber (then CTO) wrote the code and set up the service. It used the TitleKey extension for the first two months, and then Brion migrated it to use the new OpenSearch endpoint. Originally the service ran on separate hardware: first yongle and then ekrem. When it came time to decommission ekrem in 2013, there was some talk of discontinuing the service (phab:T81982). Log analysis showed that it was still actively used. So in 2013 Tim Starling moved it to the main application cluster, and updated the source (commit), with a view to allowing another 5-10 years of low-maintenance service.

In 2021, Taavi Väänänen moved the service from the main appserver cluster to a separate Kubernetes service in preparation for moving MediaWiki itself into Kubernetes (phab:T289224). A dashboard showing request rate is now available.

External link