Skip to content

Library that provides ways to read from and iterate through the Wikibase entities in a Wikibase Repository JSON dump

License

Notifications You must be signed in to change notification settings

tobijat/JsonDumpReader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonDumpReader

Build Status Scrutinizer Code Quality Code Coverage Dependency Status

Download count Latest Stable Version

JsonDumpReader provides ways to read from and iterate through the Wikibase entities in a Wikibase Repository JSON dump.

Installation

To add this package as a local, per-project dependency to your project, simply add a dependency on jeroen/json-dump-reader to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on JsonDumpReader 1.0:

{
    "require": {
        "jeroen/json-dump-reader": "1.0.*"
    }
}

Release notes

Version 0.1.0 (2014-10-22)

Initial release with

  • JsonDumpReader to read entity JSON from the dump
  • JsonDumpIterator to iterate through the dump as if it was a collection of EntityDocument

About

Library that provides ways to read from and iterate through the Wikibase entities in a Wikibase Repository JSON dump

Resources

License

Stars

Watchers

Forks

Packages

No packages published