Package org.wikidata.wdtk.dumpfiles
package org.wikidata.wdtk.dumpfiles
Components for downloading and processing Wikibase dump files.
- Author:
- Markus Kroetzsch
-
ClassDescriptionEnum to refer to the various kinds of dumps that are supported by this implementation.A class for controlling the processing of dump files through a unified interface.Simple
EntityDocumentProcessor
for basic counting and time keeping.Processor for JSON dumpfiles.Representation of MediaWiki dump files, which provides access to important basic properties of dumps, and to the content of the dump itself.Comparator to sort dumps by date.General interface for classes that process dump files, typically for parsing them.Exception class to report errors in the format of a MediaWiki dump file.Class for representing dump files that are found at arbitrary (local) file paths.Representation of one revision of a page in MediaWiki.This class processes MediaWiki dumpfiles that contain lists of page revisions in the specific XML format used by MediaWiki for exporting pages.Implementation ofMwRevision
.General interface for classes that process revisions of MediaWiki pages.This MwRevisionPRocessor distributes revisions to subscribers that register their interest in some type of message (revision).This class processes dump files that contain the SQL dump of the MediaWiki sites table.A simple revision processor that counts some basic figures and logs the result.A revision processor that processes Wikibase entity content from a dump file.