Skip to content

Latest commit

 

History

History
executable file
·
20 lines (16 loc) · 1.29 KB

README.markdown

File metadata and controls

executable file
·
20 lines (16 loc) · 1.29 KB

To allow mappings to wikipedia and popularity calculations, the following three files should be uploaded to their respective directories (NB: these could be symlinks to versions on external storage)

For wp_pagecounts, as a much faster alternative, you can download preprocessed pageviews files from a release.

You can download the gz file and unpack it in one command. e.g. from data/Wiki/wp_pagecounts, run:

wget https://github.com/OneZoom/tree-build/releases/download/pageviews-202306-202403/OneZoom_pageviews-202306-202403.tar.gz -O - | tar -xz

You will then omit passing pageviews files when you later run generate_filtered_files (see build steps).