Wikibase: Difference between revisions

    From Consumerium development wiki R&D Wiki
    (+ link to information on the federation of Wikibase at Github)
    Line 17: Line 17:
    == Useful information ==
    == Useful information ==
    * [[mw:Wikibase/DataModel|The data model used in Wikibase]] (thorough) and [[mw:Wikibase/DataModel/Primer|the primer on the data model]] (quick access)
    * [[mw:Wikibase/DataModel|The data model used in Wikibase]] (thorough) and [[mw:Wikibase/DataModel/Primer|the primer on the data model]] (quick access)
    * [https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/master/docs/federation.wiki Information on the federation of Wikibase at Github]

    Revision as of 16:17, 18 March 2018

    Wikibase (wikiba.se) is a system for storing and querying structured data that powers Wikidata and other wikis.

    Wikibase consists of two extensions:

    1. Wikibase Repository that allows a wiki to work as a repository for structured data.
    2. Wikibase Client that allows a wiki to access structured data from a repository. The client can work only with repository databases it can access so they must be on the same machine or the same load balancer.

    Installation

    Wikibase installation instructions at Mediawiki.org and advanced configuration of Wikibase.

    The installation instructions assume you are installing the dependencies with Composer, a PHP package manager that makes the installation of dependencies easy.

    Related useful extensions

    Useful information