Skip to content

mnzpk/WikiNav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WikiNav

This tool allows users to visualize the Wikipedia clickstream data.

Data update frequency

Wikimedia's data pipelines update the clickstream dumps at the beginning of each month. Typically, the latest monthly snapshot is available on the 3rd of the next month. The WikiNav tool checks on the 12th of each month for the latest snapshot to update the underlying data. If a problem occurs with the monthly snapshot process, publication of the updated data in WikiNav may be delayed. If To report data issues with the clickstream dumps, follow this process.

Directory Structure

.
├── client                  # Tool frontend written in React
├── server
|   ├── api                 # WikiNav API written in Flask
|   └── toolforge           # ToolForge webservice written in Flask
├── .gitignore
├── LICENSE
└── README.md

License

The source code for WikiNav is released under the GNU GPLv3.

Screenshots of the charts may be used without attribution, but a link back to the application would be appreciated.