#### Description
After collecting Scribunto module contents, the data about these modules need to be collected for analysis. There's a point of what data can be collected to determine which modules are most used and can be centralized for the Abstract Wikimedia project. And then comes the part of centralizing and making more modular codes, removing as much redundancy as possible. This issue concerns the first part: collecting relevant data.
#### Tasks
- [ ] Understanding how Lua functions are invoked and used in various wikis
- [ ] Going through database schema finding ways to collect Module usage data and relationship between modules, plus additional information if possible
- [ ] Database queries to replicas to collect and store the information in a feasible manner
#### Drafts
- Doc for discussion on which data points are relevant for the analysis: [[ https://docs.google.com/document/d/1RXGED7RJDYT6XxFY_2n8Uz33BRQyq4RitrO5iPmEClE/edit?usp=sharing | google doc ]]
- PAWS notebook with experimental analysis: [[ https://public.paws.wmcloud.org/User:Aisha_Khatun/Abstract-WIkipedia.ipynb | Aishas notebook ]]