Skip to content

Docker image for running MWDumper on Wikmedia dumps - Lets you convert an XML dump to SQL file

Notifications You must be signed in to change notification settings

axisofentropy/MWDumper-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MWDumper-docker

Docker image that fetches the latest version of MWDumper from https://phabricator.wikimedia.org/diffusion/MWDU/mwdumper.git, builds it and runs it. You must specify some environment variables:

  • MYSQL_HOST
  • MYSQL_USER
  • MYSQL_PASSWORD
  • MYSQL_DATABASE
  • DUMP_URL - URL for a Mediawiki dump file
  • SHA1SUM_URL - URL for a Mediawiki SHA1 checksum file

This repository also includes an example script import.sh to launch several containers sequentially.

About

Docker image for running MWDumper on Wikmedia dumps - Lets you convert an XML dump to SQL file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.6%
  • Dockerfile 38.4%